﻿body 
{
    font-family: Microsoft Sans Serif, Verdana, Arial;
    font-size:12px;
    color: #282851;
}

a:hover
{
    font-family: Microsoft Sans Serif, Verdana, Arial;
    font-size:12px;
    text-decoration:underline;
    color:Blue  
}

a:active
{
    font-family: Microsoft Sans Serif, Verdana, Arial;
    font-size:12px;
    text-decoration:none;
    color:Blue
}

a:visited
{
    font-family: Microsoft Sans Serif, Verdana, Arial;
    font-size:12px;
    text-decoration:none;
    color:Blue
}

a:link
{
    font-family: Microsoft Sans Serif, Verdana, Arial;
    font-size:12px;
    text-decoration:none;
    color:Blue
}

td
{
    font-family: Microsoft Sans Serif, Verdana, Arial;
    font-size:12px;
    color:Navy 
}