body{
background-color:#000000;
color:black;
font-family:verdana;
font-size:12px;
font-weight:normal;
font-style:normal;
}

a:hover {
font-family:Verdana;
font-style:normal;
font-weight:;
color:red;
font-size:12px;
text-decoration : underline;
}

a:link {
font-family:Verdana;
font-style:normal;
font-weight:;
color:blue;
font-size:12px;
text-decoration : none;
}

a:visited {
font-family:Verdana;
font-style:normal;
font-weight:;
color:purple  ;
font-size:12px;
text-decoration : none;
}

a:active {
font-family:Verdana;
font-style:normal;
font-weight:;
color:red;
font-size:12px;
text-decoration : none;
}

td{
color:black;
font-size:12px;
font-family:verdana;
font-style:normal;
font-weight:normal;
}

li{
color: black;
font-size:12px;
font-family:verdana;
font-style:normal;
font-weight:normal;
}

.main
{
background-position: center;
background-image: url('images/backgroundtop.jpg');
background-repeat: no-repeat
}

.overlay
{
background-position: center;
background-image: url('images/backgroundmain.jpg');
background-repeat: no-repeat
}



