 
.hed2{
  font-size : 10pt;
  font-family : serif;
  text-align : center;
  
  padding-bottom : 0px;
  margin-bottom : 10pt;
  color : white;
}
.menu a{
  color : maroon;
}
.menu a:link{
  color : maroon;
}
.menu a:visited{
  color : olive;
}
.menu a:hover{
  color : red;
}
.menu a:active{
  color : green;
}
