body
{
    font-family: Arial, sans-serif;
    font-size: 12px;
    background: lightgray;
    background-color: #CBC8C5;
}

td 
{
    vertical-align: top;
    font-size : 12px;
    width : 50%;
}

a { color: #336699; text-decoration: none;}
a:hover { color: #880000; }
a { text-decoration: none; color: blue; }
a:hover { border-bottom: 1px solid #F9F7ED; color: purple; }


h1, h2, h3 
{
    font-family: Arial, sans-serif;  
    color: #006699;
}



#DITsmall 
{
font-size:9px;
text-align : left ;
}

#content
{
    border: thin solid #006699;
    width: 88%;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size : 12px;
    margin-left: auto ;
    margin-right: auto ;
    padding-left:10px;

}