  
BODY{
  text-align : center;
  margin-top : 0px;
  background-image : url(../wall04.jpg);
  background-repeat : no-repeat;
  background-attachment : fixed;
}
H1{
  font-size : 13pt;
  color : white;
  background-color : red;
  text-align : center;
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  margin-top : 3px;
  margin-left : 3px;
  margin-right : 3px;
  margin-bottom : 3px;
  border-width : 3px 3px 3px 3px;
  border-style : ridge ridge ridge ridge;
  border-color : white white white white;
}
H2{
  font-size : 11pt;
  color : white;
  background-color : blue;
  text-align : left;
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  margin-top : 3px;
  margin-left : 3px;
  margin-right : 3px;
  margin-bottom : 3px;
  border-width : 3px 3px 3px 3px;
  border-style : ridge ridge ridge ridge;
  border-color : white white white white;
}
TD{
  font-size : 11pt;
  color : maroon;
  text-decoration : none;
  height : 35px;
}
A{
  font-size : 11pt;
  text-decoration : none;
}
A:HOVER{
  font-size : 11pt;
  color : white;
  background-color : red;
}
.center{
  text-align : center;
}
.right{
  text-align : right;
}
.wtext{
  font-size : 11pt;
  font-weight : bold;
  color : red;
}
