@media print {
 BODY {background: white; color: black}
} 

A:link          { text-decoration: none; color: teal; }
A:visited       { text-decoration: none; color: teal; }
A:hover         { text-decoration: underline; color: teal; }

  .MenuBar {
font-family: Verdana,Arial; 
font-size: 8pt;
padding: 2px 5px 2px 15px;
color: white; 
background: navy;
border-color: navy;
border-width: 1px;
border-style: solid;
cursor: hand;
behavior: url(includes/hover.htc)
}

  .MenuBarHover {
font-family: Verdana,Arial; 
font-size: 8pt; 
padding: 2px 5px 2px 15px;
color: navy; 
background: white;
border-color: teal;
border-width: 1px;
border-style: solid;
cursor: hand;
}

  .MenuBarClick {
font-family: Verdana,Arial; 
font-size: 8pt; 
padding: 2px 5px 2px 15px;
color: navy; 
background: white;
border-color: teal;
border-width: 1px;
border-style: solid;
cursor: hand;
}

  .Letter {
font-weight: bold;
font-size: 14pt;
}

  .WPD {
font-style: italics;
}