<style>
margin: 0;
padding: 0;
height: 100%;
}


body {
background: #66AA55;
text-align: center;
font-family: georgia, san-serif, lucida sans unicode;tahoma, arial, verdana;
font-size: 8px;
line-height: 18px;
}

body, div,select,option,td,textarea,input{
 font-size:8pt;
 font-family:georgia, san-serif, lucida sans unicode;tahoma, arial, verdana;
 color:#000;
 padding:0px;
 cursor:text;
 }


body {
background: #66AA55;
}


a {
font-weight: bold;
}

a:link, a:visited, a:active {
color: #66AA55;
text-decoration : none;
      }

a:hover {
color: #000;
text-decoration : underline;
      }


</style>