 
BODY{
  background-image : url(../img/bg.gif);
  text-align : center;
  margin-top : 10px;
}
TD{
  background-color : white;
}
.tdred{
  background-color : #cc0000;
}
.tdnavi{
  background-color : #660000;
  color : white;
}
.tdreview{
  text-align : justify;
  color : white;
  background-color : #cc0000;
}
A:HOVER{
  position : relative;
  top : 1px;
  left : 1px;
}
H1{
  font-size : 14pt;
  font-weight : bold;
  color : black;
  font-family : "Times New Roman","Times";
  text-align : center;
  
  margin-bottom : 1px;
}
H2{
  font-size : 12pt;
  color : gray;
  font-family : "Times New Roman","Times";
  text-align : justify;
  font-weight : normal;
  margin-top : 1px;
}
H3{
  font-size : 11pt;
  font-weight : normal;
  color : black;
  font-family :  "Times New Roman","Times";
  text-align : center;
  margin-top : 5px;
  margin-bottom : 1px;
}
H4{
  font-size : 12pt;
  font-weight : normal;
  font-family :  "Times New Roman","Times";
  text-align : justify;
  color : white;
  margin-top : 1px;
  margin-bottom : 1px;
  font-style : oblique;
}