body{
     font-family:COURIER NEW, Verdana, Helvetica;
     font-size:small;
     color:#000000;
     background-color:#FFFFFF;
     text-align:center;
     margin-top:20;margin-bottom:0;
     margin-left:20;margin-right:10;}

a:link {
text-decoration:underline;
color:#994444;
}
a:visited {
text-decoration:underline;
color:#858585;
font-style:italic; }
a:hover {
text-decoration:blink;
font-weight:bold;
color:#00FF00; }
a:active {
text-decoration:underline; }
a:focus {
text-decoration:blink; }

small{
font-family:Verdana, Helvetica, COURIER NEW;
font-size:x-small;
font-stretch:narrower;
color:#888888;
background-color:#FFFFFF;
text-align:justify;
}

form{margin-top:0;margin-bottom:0;}

input,option,select,text,textarea{
 border-bottom-style:solid;
 border-bottom-width:1px;
 border-bottom-color:#FFFFFF;
 border-top-style:solid;
 border-top-color:#FFFFFF;
 border-top-width:1px;
 border-left-style:solid;
 border-left-color:#FFFFFF;
 border-left-width:1px;
 border-right-style:solid;
 border-right-color:#FFFFFF;
 border-right-width:1px;
 font-family:tahoma,verdana, helvetica;
 font-size:11;
 background-color:#FFCF67;
 color:#000000;
 }

 input{
     cursor:pointer;
 }