body, table, tr, td {
   margin: 0px;
   font: 7pt Tahoma; 
   color: #7e6d62;
}

body {
   background-color: #e1decc;
}

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

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

input, textarea, option, select {
   background-color: #dfe2d7;
   font: 7pt Tahoma;
   color: #927d70;
   border-left: 0px;
   border-right: 0px;
   border-top: 0px;
   border-bottom: 2px solid #cdb8a3;
   padding: 0px; 
}

h1 {
   font-family: Tahoma;
   color: #69594f;
   font-size: 12px;
   border-bottom: 1px dotted #aa9383;
   font-weight: bold;
   letter-spacing: 7px;
   text-transform: uppercase;	
}
