
body { 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
color: rgb(100, 100, 100);
background: rgb(220, 220, 220);
margin-top: 0px; margin-bottom: 0px;
margin-left: 0px; margin-right: 0px;
}

a:link {
color: rgb(255, 255, 255);
text-decoration: none;
}
a:visited {
color: rgb(255, 255, 255);
text-decoration: none;
}
a:hover {
color: rgb(255, 209,64);
text-decoration: none;
}
a:active {
color: rgb(255, 255, 255);
text-decoration: none;
}
