a:link {text-decoration:none; color: rgb(20,0,200)}
a:visited {text-decoration:none; color: rgb(20,0,200)}
a:hover{ text-decoration:underline; color: rgb(20,0,200)}

div.menu {
 background: rgb(255, 255, 255);
 float: left;
 width: 100%;
 border-left:0px solid rgb(164,180,196); 
 border-right:0px solid rgb(164,180,196); 
 border-top:0px solid rgb(164,180,196); 
 border-bottom:0px solid rgb(164,180,196); 
 padding:5px;
 text-align: center;
 font-weight: bold;
}

div.content {
 background: rgb(255, 255, 255);
 float: left;
 margin-left: 0; 
 margin-right: 0;
 width: 100%;
}