<!--
BODY{
  color : white;
  background-color : black;
  line-height : 180%;
  font-size : 90%;
  text-align : center;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
H1{
  font-size : 150%;
}
P{
  width : 800px;
  margin-top : 3px;
  margin-bottom : 3px;
}
H2{
  width : 800px;
  margin-top : 3px;
  margin-bottom : 3px;
  font-size : 115%;
}

TD{
  font-size : 95%;
  
}
A:LINK{
  color : aqua;
}
A:VISITED{
  color : fuchsia;
}
A:HOVER{
  color : red;
}
.left{
  line-height : 180%;
  font-size : 90%;
}
.right{
  padding-left : 10px;
  font-size : 90%;
  line-height : 180%;
}
.top{
  line-height : 200%;
  color : #333333;
  font-size : 90%;
  text-align : left;
}
A:HOVER{
  color : #ff8080;
}
-->

