body {
margin: 0px;
padding: 0px;
background-color: #9AAF9E;
color: white;
font-size:62.5%;
font-family: Verdana,Lucida,Helvetica,sans-serif;
}

div.content {
width: 70%;
background-color: #9AAF9E;
color: black;
margin: 20px auto;
padding: 15px;
}

ul {
margin-left: -2em;
}

ul.nav {
list-style-type: none;
text-align: center;
background-color: #1260A2;
padding: 3px;
}

li {
font-size: 1.5em;
margin-left: 4em;
line-height: 1.5;
margin-bottom: 6px;
}

dt {
font-size: 1.9em;
font-weight: 400;
font-style: italic;
margin-top: 15px;
}

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

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

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

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

li a:link {
color: black;
text-decoration: underline;
}

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

li a:hover {
background-color: #1260A2;
color: white;
text-decoration: none;
}

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

dd {
margin-left: 3em;
font-size: 1.5em;
}

li.navigate {
display: inline;
margin-left: 0em;
background-color: #1260A2;
}

li.navigate a:link {
color: white;
text-decoration: none;
background-color: #1260A2;
}

li.navigate a:visited {
color: #CFF;
text-decoration: none;
background-color: #1260A2;
}

li.navigate a:hover {
background-color: white;
color: #395F9E;
text-decoration: none;
}

li.navigate a:active {
background-color: white;
color: black;
text-decoration: none;
}

lh {
font-size: 1.5em;
margin: 10px 0px;
font-weight: 500;
}


h1 {
text-align: center;
font-size: 2.5em;
font-weight: normal;
margin-top: 0px;
}

h2 {
text-align: center;
font-size: 1.8em;
font-weight: 400;
}

h3 {
text-align: left;
font-size: 2.3em;
font-weight: 600;
}

h5 {
text-align: center;
font-size: 1.8em;
font-weight: normal;
color: black;
}

h6 {
text-align: center;
font-size: 1.0em;
font-weight: normal;
margin-bottom: 0px;
}

p {
font-size: 1.4em;
}

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

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

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

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

img.whitebak {
background-color: #9AAF9E;
padding: 7px;
border: none;
}

img.whitebak a:hover {
background-color: black;
border: 1px solid red;
}

img.cover {
background-color: #D6D6D6;
padding: 20px;
border: 5px solid black;
}

img.rthumb {
float: right;
padding: 5px 5px 5px 0px;
position: relative;
left: 30px;
}
p.bigger {
font-size: 1.8em;
}