body{
 background-color: white;
}



.menu{
font-family: Tahoma;
font-size: 12px;
color: black;
text-decoration: none; 
}

a.menu{
 font-family: Tahoma;
  font-size: 12px;
  color: black;
  text-decoration: none; 
  
}

a.menu:hover{
  font-family: Tahoma;
  color: White;
  text-decoration: none;  
  
}
  
.content {
	color: black;
	font: normal Trebuchet MS;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;

}
a.content {
	color: Red;
	font-family: Trebuchet MS;
	font-size: 12px	;
	font-style: normal;
	text-decoration: none;

}

a.content:Hover {
	color: #C0804C5;
	text-decoration: underline; 
	}

.bottom {
	color: Gray;
	font: normal Trebuchet MS;
	font-family: Trebuchet MS;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	text-align: right;
}


a.bottom:Hover {
	color: black;
	text-align: right;
}