body { font-family: Arial, Helvetica, sans-serif }
td   { font-family: Arial, Helvetica, sans-serif }
th   { font-family: Arial, Helvetica, sans-serif }
.heading {
  color: #BB9922;
  font-size: 30px;
  text-align: center;
}
.heading2 {
  color: #BB9922;
  font-size: 25px;
  text-align: left;
}
.keywords {
  color: #000000;
  font-size: 15px;
  text-align: center;
  font-style: italic;
}

.menubut {
  color: #330000;
  font-size: 12px;
}
#navigator {
   /* http://www.westciv.com/style_master/house/cookbook/buttons.html */
   /* background-color: #7ea8cf; */
   /* border: 1px #666666 solid; */
   width: 122px;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   padding: 4px;
   text-align: center;
}
.menuButton {
   width: 112px;
   font-weight: bold;
   font-size: 14px;
   text-align: center;
   margin-bottom: 3px;
   margin-top: 3px;
}
.menuButton a {
   padding: 4px;
   text-decoration: none;
   width: 98%;
   display: block;
   color: #224059;
   background-color: #b5c9e2;
   border-top: 2px #cce3ff solid;
   border-left: 2px #cce3ff solid;
   border-bottom: 2px #31557f solid;
   border-right: 2px #31557f solid;
}
.menuButton a:hover {
   background-color: #99aabf;
   border-top: 2px #31557f solid;
   border-left: 2px #31557f solid;
   border-bottom: 2px #cce3ff solid;
   border-right: 2px #cce3ff solid;
}
.menuButtonSel {
   width: 110px;
   font-weight: bold;
   font-size: 14px;
   text-align: center;
   margin-bottom: 3px;
   margin-top: 3px;
   padding: 4px;
   text-decoration: none;
   display: block;
   color: #224059;
   background-color: #99aabf;
   border-top: 2px #31557f solid;
   border-left: 2px #31557f solid;
   border-bottom: 2px #cce3ff solid;
   border-right: 2px #cce3ff solid;
}
