body {
 margin:0px;
 height: 100%;
 background-color: #A39054;
 font: 18px #ffffff "Tahoma", "Arial", "Helvetica", "sans-serif";
 }

a:link {
color: #404040;
font-size: 13px;
font-family: Tahoma;
font-style: italic;
font-weight: Bold;
text-decoration: none;
}

a:visited {
color: #404040;
font-size: 13px;
font-family: Tahoma;
font-style: italic;
font-weight: Bold;
text-decoration: none;
}

a:active {
color: #ff0000;
font-size: 13px;
font-family: Tahoma;
font-style: italic;
font-weight: Bold;
text-decoration: none;
}

a:hover {
color: #FF0000;
font-size: 13px;
font-family: Tahoma;
font-style: italic;
font-weight: Bold;
text-decoration: underline;
}


h1 {
 font-size: 14px;
 font-family: Tahoma;
 font-color: #FFFFFF;
 background-color: #B1A077;
 text-align: center;
}


.footer a:link {
color: #ffffff;
font-size: 11px;
font-family: Tahoma;
font-style: normal;
font-weight: Bold;
text-decoration: none;
background-color: #000000;
}

.footer a:visited {
color: #ffffff;
font-size: 11px;
font-family: Tahoma;
font-style: normal;
font-weight: Bold;
text-decoration: none;
background-color: #000000;
}

.footer a:active {
color: #ffffff;
font-size: 11px;
font-family: Tahoma;
font-style: normal;
font-weight: Bold;
text-decoration: none;
background-color: #000000;
}

.footer a:hover {
color: #ffff00;
font-size: 11px;
font-family: Tahoma;
font-style: normal;
font-weight: Bold;
text-decoration: underline;
background-color: #000000;
}

ul  {
list-style: none;
list-style-position: inside;
list-style-image: url(images/bullet.png);
text-align: left;
margin-left: 120px;
margin-top: 0px;
} 

ol
{
list-style: decimal inside
}
