body
{
font-family: helvetica;
color: white;
text-decoration: none;
}

a:link
{
font-family: helvetica;
color: #BBBBBB;
text-decoration: none;
}

a:hover
{
font-family: helvetica;
color: white;
text-decoration: underline;
font-weight: bold;
}

a:active
{
font-family: helvetica;
color: white;
text-decoration: underline;
}

a:visited
{
font-family: helvetica;
color: #BBBBBB;
text-decoration:none;
}
