html {margin: 0; padding: 0;}

BODY {
background-color: white;
color: black;
font-family : Trebuchet MS, Arial, sans-serif;
font-size : .8em;
margin: 0;
padding:0;
}
p {line-height: 1.2; margin: 1em 1em 1em 1em;}

A:LINK {
color : #333366;
background-color: white;
}
A:VISITED {
color : #666633;
background-color: white;
}
A:HOVER {
color : #663333;
background-color: white;
}
A:ACTIVE {
color : #663333;
background-color: white;
}

div#topborder {
background-color: #B8C985;
color: #FFFFFF;
}

H1 {
font-size : 150%;
font-weight : bold;
color : #666633;
letter-spacing: 1px;
background-color: white;
}

H2 {
font-size : 130%;
font-weight : bold;
color : #663333;
letter-spacing: 1px;
background-color: white;
}

H3 {
font-size : 110%;
font-weight : bold;
color : #333366;
letter-spacing: 1px;
background-color: white;
}

H4, H5, H6 {
font-size : 110%;
font-weight : bold;
color : #000000;
letter-spacing: 1px;
background-color: white;
}

.subtitle {
font-size : 110%;
font-weight : bold;
color : #333366;
letter-spacing: 1px;
background-color: white;
}

div#sitenav {
background-color: white;
color: black;
font-size: 90%;
font-weight: bold;
line-height: 18px;
padding: 5px;
text-align: center;
border-top: 1px solid #646464;
border-left: 1px solid #646464;
border-right: 1px solid #646464;
border-bottom: 1px solid #646464;
}

hr {
color: #666666;
height: 1px;
width: 100%;
background-color: white;
}