/* dark Green: 006030, brown: A06513, olive green: A2985D   */
/*  almost white: EDEAE7, blue: 4A77B5 */
body {
margin: 0px;
padding: 0px;
font-size:62.5%;
font-family: Myriad,Verdana,Lucida,Helvetica,sans-serif;
background-color: #EDEAE7;
color:black;
}

p {
font-size: 1.3em;
margin: 0px 3em;
padding: 7px;
}

h1 {
text-align: center;
font-size: 24px;
font-weight: 600;
color: #A2985D;
}

h2 {
text-align: center;
font-size: 16px;
font-weight: 400;
color: black;
}

h6 {
text-align: center;
font-size: 12px;
font-weight: 200;
color: black;
}

h4 {
text-align: center;
font-weight: 500;
padding: 5px;
color: #EDEAE7;
font-size: 1.6em;
margin-top: 2px;
margin-bottom: 0px;
}

h4.foot4 {
color: black;
font-size: 1.4em;
}

h3 {
color: white;
text-align: center;
font-size: 3em;
margin-bottom: 2px;
margin-top: 20px;
}

h3.foot {
font-size: 2em;
margin-top: 0px;
}

h5 {
text-align: center;
font-weight: 700;
font-size: 1.2em;
padding: 5px;
color: #EDEAE7;
}

h5 a:link {
color: black;
text-decoration: none;
}

h5 a:visited {
color: black;
text-decoration: none;
}

h5 a:hover {
background-color: yellow;
color: red;
text-decoration: none;
}

h5 a:active {
background-color: black;
color: white;
text-decoration: none;
}

h5 {
margin-top: 5px;
margin-bottom: 5px;
}


div.top {
width: 100%;
background-color: #006030;
height: 80px;
}

img.head {
margin-left: 7%;
}

td.navigate {
background-color: #A2985D;
width: 180px;
padding-top:10px;
}

td.content {
min-height: 300px;
background-color: #EDEAE7;
padding-bottom: 30px;
padding-top:10px;
}

td.marg {
background-color: #A06513;
width: 7%;
}

tr.footer {
background-color: #A06513;
height: 75px;
}

tr.footer h5 {
text-align: center;
}

table: margin 0px;