H1 {
  font-size: x-large; 
  color: Black;  
  font-weight: bold;
  text-align: center;
}
H1.left {
  font-size: x-large; 
  color: Black;  
  font-weight: bold;
  text-align: left;
} 
H2 {
  font-size: x-large;
  font-weight: bold;
  text-align: center;
  color: gray;
}
H2.left {
  font-size: x-large;
  font-weight: bold;
  text-align: left;
  color: gray;
}
H3 {
  font-size: large;
  font-weight: bold;
  text-align: left;
  color: black;
  }
BODY, TD {
  font-family: "MS Serif", "New York", serif;    
  font-size: medium;  
  text-align: left;
  color: Black;
}
a:link {
  color: Blue;
  text-decoration: none;
  font-weight: normal;
} 
a:visited {
  color: Purple;
  text-decoration: none;
  font-weight: normal;
 }
a:hover {
  font-weight: normal;
  color: Black;
  background-color: InfoBackground;
  text-decoration: underline;
}
a.navigator:link {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
  color: white;
  text-decoration: none;
  font-size: x-small;
  font-weight: bold;  
} 
a.navigator:visited {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
  color: white;
  text-decoration: none;
  font-size: x-small;
  font-weight: bold;
}
a.navigator:hover {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
  color: Black;
  font-size: x-small;
  font-weight: bold;
  text-decoration: underline;
  background-color: White;
}
TD.navigator {
  text-align: center;
 background-color : #C0C0C0;
}