
A:visited, :link {text-decoration: underline}
A:link {color : blue}
A:link:hover, :visited:hover {text-decoration: none}
A:visited {color: navy}
A:link:active, :visited:active {color: green}

BODY {
  background-color: white ; 
  color: black; 
  font-family: Times, Times New Roman, Serif;
  font-size: larger;
}

H1 {
  font-weight:600;
  font-size: x-large;
  margin:20px 0 10px 0;
  padding:0.3ex 0 1.3ex 20px;
  border-style:solid;
  border-color:black;
  border-width: 1px 0 1px 0; /* top right bottom left*/
  background-color:#EEEEEE;
  text-align: center;
}

H2 {
  font-weight: 200;
  font-size: large;
  margin: 20px 0 10px 0;
  padding: 0.3ex 0 1.3ex 20px;
  background-color: #EEEEEE;
  text-align: center;
}

H3 {
  font-weight: 150;
  font-size: large;
  margin: 20px 0 10px 0;
  padding: 0.3ex 0 1.3ex 20px;
  background-color: #EEEEEE;
  text-align: center;
}

TH {
  background-color:#EEEEEE;
}

TD {
  vertical-align: top;
  border-style: dashed;
  border-color: lightgrey;
  border-width: 0 0 1px 0; /* top right bottom left*/
}

TABLE {
  width: 80%;
}

.center { text-align: center;}

.thispage {
  font-size: smaller; 
  background-color: #DDDDDD; 
  color: black; padding-top: 7px; padding-bottom: 7px;
}

.navmenu {font-size: small;}