/* CSS Document */
body {font-family: Georgia}
#nav {position: absolute; top: 1em; left: 1em; width: 5em}
#nav {font-family: Arial}
#nav h3 {text-align: center; font-family: Arial bold; font-size: 10pt; margin: 1pt 1pt 1pt 1pt; color: darkblue;}
#nav ul {margin: 0 0 0 1em; padding: 0; border-width: 10px;}
#nav li {margin: 0; padding: 0; font-size: 8pt}
#nav {display: none}
#content {position: absolute; top: 2em; left: 8em; width: 50em}
#content h1 {font-family: Impact; text-align: center; color: darkblue}
#content h2 {color: maroon}
#contact {position: absolute; top: 1em; left: 8em; width: 35em}
#contact h1 {font-family: Impact; color: darkblue}
#contact h2 {font-family: Verdana; font-size: 12pt; color: maroon}
a:link {text-decoration: none; color: darkblue}
a:visited {text-decoration: none; color: darkblue}
a:hover {text-decoration: none; color: blue}
a:active {text-decoration: none; color: darkblue}