BODY
{
    BACKGROUND-POSITION: left top;
    FONT-SIZE: 8pt;
    BACKGROUND-ATTACHMENT: fixed;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Courier;
}
A
{ 
text-decoration: none; 
}
A:active
{
    COLOR: gray
}
A:link
{
    COLOR: black
}
A:visited
{
    COLOR: black
}
A:hover
{
    color: gray;
}


P
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana, Arial
}
TD
{ 
    FONT-SIZE: 8pt
}
TD.heading {
    FONT-SIZE: 8pt
}

A:link.one
{
    COLOR: green
}
A:active.one
{
    COLOR: green
}
A:visited.one
{
    COLOR: red
}
A:hover.one
{
    COLOR: red
}
