<!-- /* Style Sheet definitions need to be commented to hide them from incompatible Browsers.*/
h1 {
  font-family: Verdana;
  font-size: 14pt;
  color: black;
  background: #3FA3FF;
  margin-right: 4%;
  text-align: center;
}

h2 {
  font-family: Verdana;
  font-size: 13pt;
  color: #0064EE;
  margin-right: 4%;
  margin-left: 4%;
}

h3 {
  font-family: Verdana;
  font-size: 12pt;
  color: #006400;
  background: #5FFFAF;
  text-align: center;
}

h4 {
  font-family: Verdana;
  font-size: 12pt;
  color: teal;
  background: transparent;
}

a:link {
  color: blue;
  background: transparent;
  text-decoration: none;
}

a:visited {
  color: blue;
  background: transparent;
  text-decoration: none;
}

a:hover {
  color: blue;
  background: #FFD700;
  text-decoration: underline;
}
a:active {
  color: green;
  background: #FFD700;
  text-decoration: underline;
}

/* End Style Sheet commenting. */  -->
