/* Styles for articles */
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}
.article_title
{
    font-family:Verdana,Arial,Helvetica,Geneva,sans-serif;
    color:#790E0E;
    font-weight:bold;
    font-size:12.5pt;
    margin-left:0px;
    margin-top:3px;
}
.article_subtitle
{
    font-size:7pt;
    color:#656565;
    font-weight:bold;
    font-family:Myriad Web,Tahoma, Arial,Sans;
    font-weight:bold;
    letter-spacing:1px;
    margin-left:0px;
    text-transform: uppercase;
}
.article_bodytext
{
    font-family:Verdana,Arial,Helvetica,Geneva,sans-serif;
    color:#0F0F0F;
    font-size:10pt;
    margin-left:0px;
}
.article_posted
{
    font-family:Verdana,Arial,Helvetica,Geneva,sans-serif;
    font-size:8 pt;
    color:#444444;
    font-style:italic;
}
.article_topictext
{
    font-family:Myriad Web,Tahoma, Arial,Sans;
    font-size:8pt;
    color:#615C88;
    font-weight:bold;
    letter-spacing:1px;
}
a.article_more
{
    font-family:Verdana,Arial,Helvetica,Geneva,sans-serif;
    font-size:10pt;
    color:#790E0E;
}
a.postername
{
    color:#444444;
    font-weight:bold;
}
a.topictext
{
    color:#615C88;
}
a.bodytext
{
    color:#790E0E;
}
p
{
    margin-top:1px;
    padding:0;
}