body {
margin: 0px;
padding: 0px;
border: none;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-size: 80%;
color: black;
background-color: #176324;
}

div.head {
height: 152px;
background-color: #cac1c2;
border-bottom: 4px solid black;
}

td.nav {
width: 210px;
margin-top: 50px;
background-color: #176324;
}


td.content {
background-color: #E8FCFF;
width: 70%;
padding: 10px;
border-right: 4px solid black;
border-left: 4px solid black;
border-bottom: 4px solid black;
}

p {
font-size: 1.3em;
margin: 2px 20px 10px 20px;
}

h1 {
font-size: 2.3em;
font-weight: normal;
text-align: center;
}

h2 {
text-align: center;
}

h3 {
font-size: 1.6em;
}

ul.navi {
margin-bottom: 50px;
margin-top: 10px;
list-style-type: none;
margin-left: 0px;
}

ul.navi li {
color: white;
font-size: 1.4em;
font-weight: normal;
margin-top: 15px;
margin-left: 0em;
}

ul.navi li a:link{
color: white;
text-decoration: underline;
}

ul.navi li a:visited{
color: white;
text-decoration: none;
}

ul.navi li a:hover{
color: #176324;
background-color: white;
text-decoration: none;
}

ol li {
font-size: 1.3em;
margin: 20px 3em;
}

p a:link{
color: #176324;
text-decoration: underline;
}

p a:visited{
color: #176324;
text-decoration: none;
}

p a:hover{
color: white;
background-color: #176324;
text-decoration: none;
}

dt {
font-size: 1.3em;
font-weight: bold;
text-align: center;
margin: 10px 0px 2px 0px;
}

dd {
font-size: 1.3em;
text-align: center;
margin: 2px 0px;
}

dt a:link{
color: #176324;
text-decoration: underline;
}

dt a:visited{
color: #176324;
text-decoration: none;
}

dt a:hover{
color: white;
background-color: #176324;
text-decoration: none;
}

h6 {
color: white;
font-size: 1.4em;
text-align: center;
}

.bigger {
font-size: 125%;
font-weight: bold;
}

.smaller {
font-size: 85%;
}
