body {
background: #FFF6E7;
color: #333;
margin-top: 30px;
}

a:link, a:visited  {
color: #74524D;
text-decoration: underline;
}
 a:active, a:hover  {
color: #85625C;
text-decoration: none;
}

.mainnav {
font-size: 12px;
font-family:  verdana;
line-height: 17px;
font-weight : bold;
color: #74524D;
}
.mainnav  a:link, .mainnav  a:visited, .mainnav  a:active, .mainnav  a:hover   {
text-decoration: none;
}

td {
font-size: 11px;
font-family:  verdana;
line-height: 17px;
}

.header {
font-size: 10px;
font-family:  verdana;
line-height: 17px;
color: #000;
}

.footer {
font-size: 11px;
font-family:  verdana;
line-height: 16px;
color: #666;
}

h1 {
color: #74524D;
font-size: 16px;
}

input, textarea, select {
color: #2D3549;
background: #FFFFFF;
border-style:groove;
border: #666 1px solid;
font-size: 11px;
font-family:  verdana;
}