<!--
H1 { color: red! important; 
  font-size : 40px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
BODY{
  font-size : 80%;
  color : #7d7d7d;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-image : url(back22.gif);
  background-repeat : repeat;
  text-align : center;
}
TABLE{
  width : 1000px;
  height : 10px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;border-width : 0px 0px 0px 0px;
  top : 0%;
  bottom : 0%;
  right : 0%;
  left : 0px;
}
TD{
  font-size : 80%;
  color : #7d7d7d;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-color : white;
  height : 10px;
  
  
  
  
}
A{
  color : blue;
}
A:visited{
  color : red;
}
A:hover{
  background-color : blue;
  color : white;
}
H2{
  color : white;
  background-color : blue;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-size : 100%;
}
-->