.menu {
  font-family: "Trebuchet MS";
  font-weight: bold;
  color:white;
  font-size: 16px;
  line-height: 120%
}

.menu a:link    {
  /* Applies to unvisited links in class mainNav */
  text-decoration:  none;
  font-weight:      bold;
  color:            black;
  } 
.menu a:visited {
  /* Applies to visited links in class mainNav */
  text-decoration:  none;
  font-weight:      bold;
  color:            black;
  } 
.menu a:hover   {
  /* Applies to links under the pointer in class mainNav */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: #8b8989;
  color:            #fff;
  } 
.menu a:active  {
  /* Applies to activated links in class mainNav */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: black;
  color: white;
  } 

td {
/* Added by Mike */
	font-family: Times New Roman, Times, serif; 
	text-align: left;
	font-size: 12px;
}
