body, table, tr, td {
   font: 8pt Helvetica; 
   color: #c6493e;
   text-align: justify;
   letter-spacing: 1px;
   line-height: 12px;
}

body {
   background-color: #eeda96;
}

a:link, a:active, a:visited {
   font-weight: bold;
   color: #fff;
   text-decoration: none;
}
   
a:hover {
   color: #e3aba5;
   font-weight: normal;
   text-decoration: none;
}

input, textarea, option, select {
   background-color: #f2e1a8;
   font: 8pt Arial;
   color: #c6493e;
   letter-spacing: 1px;
   border: 0px;
   padding: 1px; 
}

h1 {
   font-family: Trebuchet MS;
   color: #fff8df;
   font-size: 12px;
   padding-left: 20px;
   text-align: left;
   font-weight: solid;
   letter-spacing: 5px;
   line-height: 10px;
   background-color: #f2e1a8;
}

#nav {
   position: relative;
   width: auto;
}

#nav a {
   display: block;
   width: auto;
   background-color: #fbeebf;
   color: #c6493e;
   font: 7pt Arial;
   text-decoration: none;
   text-align: left;
   padding: 2px 2px;
   border: 1px solid #eeda96;
}

#nav a:hover {
   color: #fff;
   background-color: #e3aba5;
   border-bottom: 1px solid #eeda96;
}
