a.menu{
  font-family:Arial;
  font-size:8pt;
  font-weight:normal;
  text-decoration:none;
  color:maroon;
}
a.menu:hover{
  font-family:Arial;
  font-size:8pt;
  font-weight:normal;
  text-decoration:underline;
  color:red;
}
body{
	font-family:Arial, Helvetica, sans-serif;
}