body { 
  background-color: black;
  font-family: sans-serif;
}
.head { 
  font-size: 22pt; 
  font-weight: bold; 
  font-family: sans-serif; 
  color: white;
}
.contrast { 
  color: FF9933; 
}
.red { 
  color: FF0000; 
}

   .menulink:hover { 
      color: #FF6600;
      font-weight: bold;
      text-decoration: none;
      font-size: 8pt;
   }
   .menulink {
      text-decoration: none;
      font-size: 8pt;
	  color: ffff33;
      font-weight: bold;
    }