a:link
{
color: #c0c0c0;
text-decoration: none;
}
a:visited
{
color: #c0c0c0;
text-decoration: none;
}
a:active
{
color: #e0e0e0;
text-decoration: none;
}
a:hover
{
color: #ffffff;
text-decoration: underline;
}
body
{
text-align: center;
font-size: 8pt;
font-family: Trebuchet MS, Arial, Helvetica;
color: #f0f0f0;
background-color: #808080;
}
img
{
border: 0px;
}