H1{
  font-size : 50px;
  font-family : "Century Gothic",Verdana,Tahoma;
  font-weight : bold;
  letter-spacing : -3px;
  color : #b70038;
}H2{
  font-size : 30px;
  font-family : "Century Gothic",Verdana,Tahoma;
  font-weight : bold;
  letter-spacing : -3px;
  color : black;
}H3{
  font-size : 15px;
  font-family : "Century Gothic",Verdana,Tahoma;
  font-weight : bold;
  letter-spacing : 5px;
  color : black;
}
BODY{
  scrollbar-base-color: #000000;
  margin-top : 50px;
  margin-left : auto;
  margin-bottom : 0px;
  color : black;
  background-color : white;
  background-image : url(head.png);
  background-repeat : repeat-x;
  background-attachment : scroll;background-position : 0% 0%;
  margin-right : auto;
  text-align : center;
  font-size : 11pt;
  font-family : "Century Gothic",Tahoma,Verdana;
  line-height : 130%;
}
A:hover{  
  color : #b70038;
  text-decoration : none;
}A,A:link{  
  color : black;
  text-decoration : underline;
}A:visited{  
  color : silver;
  text-decoration : underline;
}
DIV#html{
  text-align : left;
  width : 55%;
  margin-left : auto;
  margin-right : auto;
}
TEXTAREA,INPUT{
  color : black;
  background-color : white;border-width : 1px;border-style : solid;border-color : black;
}