<!--

A {
  color: #FF0000;
  background: transparent;
  }

A:link {
  color: #FF0000;
  background: transparent;
  }

A:active {
  color: #FFFF00;
  background: transparent;
  }
  
A:visited {
  color: #CCCCCC;
  background: transparent;
  }
  
A:hover {
  color: #FFFFFF;
  background: #0033FF;
  font-weight: bold;
  }
  
em {
  font-weight: bold;
  color: #000000;
  background: #FFFF00;
  }
  
h1 {
  color: #000000;
  background: #CC99CC;
  width: 80%;
  z-index: -20;
  font-size: 200%;
  font-family: serif;
  font-style: italic;
  text-align: center;
  position: absolute;
  top: 2%;
  left: 10%;
  padding: 0.25em;
  border-color: #CC3333;
  border-style: solid;
  
  }
  

-->
