
TD.head {
   font-family: Papyrus;
   font-size:   16;
   color: white;
   background-color: black;
}

DIV.myFont {
   font-family: Papyrus;
   font-size:   16;
}

DIV.normal {
   font-family: Papyrus;
   font-size:   14;
}

DIV.masthead {
   font-family: Papyrus;
   font-size:   36;
   font-weight: bold;
   color:  blue;
}

DIV.head {
   font-family: Papyrus;
   font-size:   20;
   font-weight: bold;
   color:  blue;
}

DIV.subhead {
   font-family: Papyrus;
   font-size:   16;
   font-weight: bold;
   color:  blue;
}

A.menu {
  font-weight: bold; 
  font-family: Papyrus;
  font-size:   12;
  text-decoration: none;
}

A.submenu {
  font-weight: bold; 
  font-family: Papyrus;
  font-size:   12;
  text-decoration: none;
}

TD.even {
   font-family: Verdana;
   font-size: 10;
   background-color: white;
}
TD.odd {
   font-family: Verdana;
   font-size: 10;
   background-color: lightgrey;
}

DIV.AlignRight {
  float: right;
  position: relative;
}

DIV.AlignLeft {
  float: left;
  position: relative;
}
