body, table, tr, td {
   color: #3d3d3d;
   font-family: Tahoma, Verdana, sans-serif;
   font-size: 8pt;
   letter-spacing: 1px;
   text-align: justify;
   margin: 0px;
}

body {
   background: url(background.gif) center;
   margin: 0px;
}


a:link, a:active, a:visited {
   font-weight: bold;
   text-decoration: none;
   color: #929292;
}

a:hover {
   color: #000;
}
         
input, textarea, option, select {
   background-color: #fff;
   font-family: Tahoma, Verdana, sans-serif;
   font-size: 8pt;
   color: #3d3d3d;
   letter-spacing: 1px;
   border: 1px dashed #b7b7b7;
   padding: 1px; 
}

h1 {
   font-family: Georgia;
   color: #8c8c8c;
   font-size: 10px;
   width: 350px;
   padding-bottom: 2px;
   padding-top: 15px;
   letter-spacing: 7px;
   font-weight: bold; 
   padding-left: 50px;
   border-bottom: 1px dotted #fff;	
   text-transform: uppercase;
}