body, table, tr, td {
   font: 7pt Tahoma; 
   color: #9b9568;
   letter-spacing: 1px;
   text-align: justify;
   margin: 0px;
   background-image: url('background.gif');
}

body {
   background-color: #e3d7a9;
}

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

a:hover {
   color: #f7f4dc;
   text-decoration: none;
   background-color: #e3d7a9;
}

input, textarea, option, select {
   background-color: #f8efce;
   font: 8pt Tahoma;
   color: #9b9568;
   letter-spacing: 1px;
   border: 1px dotted #9b9568;
   padding:2px;
}

h1 {
   font-family: Arial;
   color: #9e9b71;
   font-size : 12px;
   padding-top: 1px;
   padding-left: 0px;
   padding-right: 1px;
   padding-bottom: 0px;
   text-align: left;
   border-bottom: 1px dotted #9e9b71;
   background-color: transparent;
   font-weight: normal; 	
}
