HTML {
  height:100%;
  width:100%
  }

BODY {
  background-color:#FFFFFF;
  margin:0px;
  padding:0px;
  height:100%;
  width:100%
  }

TABLE, TD, DIV, P, A{
 	 font-family: Verdana, Tahoma, Helvetica, sans_serif;
         font-size: 10pt;
         color: #2D2D2D;
         line-height: 12pt;
         padding: 0px;
         margin: 0px;
         text-decoration: none;
}

img {
border:0;
}

H1, H2, H3{
 	font-size: 12pt;
         font-weight: bold;
         padding-bottom: 10px;
         color: #639810;
}
INPUT, TEXTAREA{
 	border: 1px solid #639810;
         width: 200px;
}