html, body {
width: 800px;
height: auto !important;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom:0px;
}
body {
background: #f5f5f5;
background-position: top center;
font-family: "Arial";
font-size: 12px;
color:#000000;
margin-bottom:10px;
}

a.nav, a.nav:link{
text-decoration: none;
font-family: "Arial";
font-size: 12px;
font-weight: bold;
color:#000000;
}
a, a:link {
text-decoration: underline;
font-family: "Arial";
font-size: 12px;
font-weight: bold;
color:#000000;
}
a.nav:hover, a:hover {
text-decoration: none;
font-family: "Arial";
font-size: 12px;
font-weight: 900;
color:#FFD700;
}
a.nav:active, a:active {
text-decoration: none;
font-family: "Arial";
font-size: 12px;
color:#FAC68D;
}


h2
{
font-family: "Arial", "sans-serif";
font-size:16px;
height:20px;
}
h3
{
font-family: "Arial", "sans-serif";
font-size:14px;
height:20px;
margin:0px;
padding:0px;
color:#000000;
}
h4
{
font-family: "Arial", "sans-serif";
font-size:13px;
}
input,textarea,select,option
{
color:#a35009;
background-color:#FAC68D;
border: solid 1px #000;
}

