body{
background-color: #505050;
font-family: tahoma;
}

div{
clear:both;
color: white;
}

a, a:visited a:hover {
color: #aaccbb;
background-color: #505050;
text-decoration: none;
}

a:hover {
color: white;
background-color: #505050;
text-decoration: none;
}

div a{
margin-right: 10PX;
}
