A:link, A:active
{
    text-decoration : none;
    color : rgb(255 , 255 , 255);
    background : transparent;
    Font-size : 12px;
}
body
{
    Font-family : Arial, Verdana;
    Font-size : 12px;
    Font : Arial, Verdana;
    Color : rgb(255, 255, 255);
}
table
{
    Font-size : 12px;
}
img
{
    Border-top-width : 0px;
    Border-right-width : 0px;
    Border-bottom-width : 0px;
    Border-width : 0px;
    Border-left-width : 0px;
    Border-color : rgb(239, 247, 206);
    Border-style : none;
}
A:visited
{
    color : rgb(255 , 255 , 255);
    background : transparent;
    text-decoration : none;
    Font-size : 12px;
}
A:hover
{
    color : red;
    text-decoration : none;
    Font-size : 12px;
}
