body
{
 background-color: #333366;
 color: rgb(255, 255, 204);
 font-family: Verdana, Arial, Helvetica
}

a:link
{
 color: rgb(255, 255, 255)
}

a:active
{
 color: rgb(255, 255, 204)
}

a:visited
{
 color: rgb(204, 204, 51)
}

a:hover
{
 background-color: rgb(255, 255, 255);
 color: rgb(0, 0, 0)
}

.Title
{
 background-color: rgb(102, 102, 51);
 color: rgb(255, 255, 204);
 font-family: Verdana, Arial, Helvetica;
 font-style: normal;
 font-size: 14pt;
 font-weight: 800;
 text-align: center;
 text-decoration: none
} 