
H1
 { 
  font-size: 21px; 
  font-family: verdana;
  font-weight: bold;
  color: #000000; 
  line-height: ;
  text-decoration: none;
  margin: 0px;
 }
 
H2
 { 
  font-size: 15px; 
  font-family: verdana;
  font-weight: bold;
  color: #000000; 
  line-height: ;
  text-decoration: none;
  margin: 0px;
 }

TD
 { 
  font-size: 12px; 
  font-family: verdana;
  font-weight: none;
  color: #000000; 
  line-height: ;
  text-decoration: none;
 }
 
.field 
 { 
  font-size: 10px; 
  font-family: verdana;
  font-weight: bold;
  color: #000000;  
  background-color: #ffffff; 
  border: #000000; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
  width: 200px;
  height: 20px;
 }
 
.textarea 
 { 
  font-size: 10px; 
  font-family: verdana; 
  font-weight: bold;
  color: #000000; 
  background-color: #ffffff; 
  border: #000000; 
  border-style: solid;
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
  width: 200px;
  height: 100px;
 }
 
.button
 {  
  cursor:hand; 
  font-size: 10px; 
  font-family: verdana; 
  font-weight: bold;
  color: #000000; 
  background-color: #ffffff; 
  border: #000000; 
  border-style: solid;
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
  width: 100px;
  height: 20px;
}
