@import url(basic.css);

#draft_indication
{
    position: absolute;
    width: 610px;
    top: 60px;
    left: 190px;
    color: black;
    font-size: small;
    font-variant: small-caps;
    font-family: Georgia;
    font-weight: bold;
    text-align: center;
}

#content
{
    position: absolute;
    left: 190px;
    top: 100px;
    width: 620px;
    background-image: url(article_bg.png);
    font-variant: small-caps;
    font-family: Georgia;
    font-size: small;
}

#article
{
    position: absolute;
    top: 5px;
    left: 10px;
    width: 600px;
}

#article_author
{    
    position: absolute;
    top: 10px;
    font-variant: small-caps;
    font-family: Georgia;
    font-size:small;
    text-align: left;
    padding-left:10px;
    padding-right:10px;
    font-weight: bold;
}

#article_date
{
    position: absolute;
    top: 20px;
    font-weight: bold;
    text-align: left;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px; 
}

#article_content
{
    position: absolute;
    top: 80px;
    font-family: Georgia;
    font-size:small;
    padding-left:10px;
    padding-right:10px;
    padding-bottom: 10px;
    font-variant: normal;
}

a:link 
{
    color: #3F6572;
    text-decoration:none;
} 

#content a:active 
{
    color: #3F6572;
    text-decoration:none;
}

#content a:visited 
{
    color: #3F6572;
    text-decoration:none;
}

#content a:hover 
{
    color: #B22222;
    text-decoration:none;
}

