﻿body 
{ 
    background-color: #fff;
    margin: 15px;
    padding: 0px;
    font-size: 12px;
    color: #000000;
    font-family: Arial;
}

img
{
    border: 0px;
}

a:link, a:active, a:visited
{
    color: #145fb3;
}

a:hover
{
    color: #33445a;
}

p
{
    margin: 0px;
    padding: 0px;
}

h2
{
    font-size: 16px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: dotted 1px #000;
    color: #33445a;
}

#article
{
    margin-right: 15px;
    margin-top: 15px;
    float: left; 
    width:550px;
}

#article p
{
    margin-bottom: 12px;
}

.author
{
    font-style: italic;
    margin-bottom: 0px;
}

.date
{
    font-style: italic;
    margin-bottom: 12px;
}

#vert_ad
{
    width: 160px; 
    float: left;
}

#share,
#related_articles
{
    display:none;
    
}
