body {
 font-family: Microsoft Sans Serif;
 font-size: 13px;
 color: #000000;
 } 
 
td  {
font-family: Microsoft Sans Serif;
font-size: 13px;
color: #000000;
}

td.menutop {
border-bottom: 1px solid #000000;
}

td.menumiddle {
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
}

a {
	font-family: Microsoft Sans Serif;
	font-size: 14px;
	color: Blue;
	text-decoration: underline;
}

a:hover {
	font-family: Microsoft Sans Serif;
	font-size: 14px;
	color: Red;
	text-decoration: none;
}