BODY
{
}
.page_body_text
{
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt
}
A {
color : blue; 
text-decoration : none; 
background-color:white;
} 
A:visited {
color : blue; 
text-decoration : none; 
background-color:white;
} 
A:hover {
color : red; 
text-decoration : underline; 
background-color:white;
} 
