BODY 
A:link 
{
color: yellow; text-decoration: none;
}
A:active 
{
color: white; text-decoration: underline;
}
A:visited
{
color: yellow;  text-decoration: none;
}
A:hover
{
color: white; text-decoration: underline;
}
P
{
    FONT-FAMILY: "Gill Sans", Arial
}