body {
 background-color: #000000;
 margin-top: 0;
 font-family: Arial, Georgia, Times, "Times New Roman", serif;
 font-size: 11;
 color: white;
}

.menu{
margin-top: 2;
margin-left: 10;
text-align: center;
font-size: 11;
width: 200;
}

a:link { 
text-decoration:none;
color: #660000;
cursor: crosshair;
}

a:visited { 
text-decoration:none;
color: #660000;
cursor: crosshair;
}

a:active { 
text-decoration:none;
color: #660000;
cursor: crosshair;
}

a:hover { 
text-decoration: none;
border-bottom: 1px dashed #660000;
color: #660000;
cursor: crosshair;
}