BODY,TD {
  font-family: Verdana, "Trebuchet MS", "MS Sans Serif", sans-serif;
  font-size: smaller;
  }
H1 {
  font-family: Verdana, "Trebuchet MS", "MS Sans Serif", sans-serif;
  font-size: xx-large;
  color: Gray;
}
H1.smaller {
  font-family: Verdana, "Trebuchet MS", "MS Sans Serif", sans-serif;
  font-size: large;
  text-align: center;
  color: Gray;
}
H2.title {
  font-family: Verdana, "Trebuchet MS", "MS Sans Serif", sans-serif;
  font-size: medium;
  text-align: center;
  color: Black;
}
H2 {
  font-size: large;
  font-weight: bold;
  text-align: center;
  color: gray;
}
H2.left {
  font-size: large;
  font-weight: bold;
  text-align: left;
  color: Gray;
}
a:link {
  color: Blue;
  text-decoration: none;
  font-weight: normal;
} 
a:visited {
  color: Navy;
  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, "Trebuchet MS", "MS Sans Serif", sans-serif;
  font-size: smaller;
  color: Blue;
  font-weight: bold;
  text-decoration: none;
} 
a.navigator:visited {
  font-family: Verdana, "Trebuchet MS", "MS Sans Serif", sans-serif;
  font-size: smaller;
  color: Navy;
  font-weight: bold;
  text-decoration: none;
}
a.navigator:hover {
  font-size: smaller;
  color: Black;
  font-weight: bold;
  text-decoration: none;  
  text-decoration: underline;
  background-color: White;
}
TD.navigator {
 text-align: center;
}
