body {background-color: white; font-family: Verdana, Arial, Times;}

a {color: blue;}
a:hover {text-decoration: none;}

#header {padding: 0.5em; border-style: solid; border-width: 0px 0px 2px 0px; border-color: black; font-family: Courier-New, Courier; font-size: 2em; margin: 0em;}

#navigation {padding: 0em; font-family: Courier-New, Courier; float: left; width: 12em; margin: 0em 0em 2em 0.5em;}
#navigation a {text-decoration: none;}
#navigation a:hover {color: red;}
#navigation .on {font-size: 1.3em; font-weight: bold; padding: 0.5em; margin: 0em; border-style: solid; border-width: 0px 1px 1px 1px;}
#navigation .off {font-size: 1.2em; padding: 0.5em; margin: 0em; border-style: solid; border-width: 0px 1px 1px 1px;}
#navigation .submenu {margin: 0em 0em 0em 0.7em;}
#navigation .submenu .on {font-size: 0.9em; font-weight: normal; padding: 0.1em; border-width: 0px;}
#navigation .submenu .off {font-size: 0.85em; font-weight: normal; padding: 0.1em; border-width: 0px;}

#content {margin: 0em 0em 2em 14em; padding: 0em; text-align: justify; line-height: 1.4em;}
#content img {margin: 1em 1em 0em 0em;}
#content img.main {float: left; margin: 0em 1em 0em 0em; width: 9em;}
#content img.top {height: 10em;}
#content strong {font-weight: bold; font-size: 1.2em;}
#content em {font-style: italic;}
#content .instructions {padding: 0.5em; background-color: rgb(232,232,232); font-size: 0.9em;}
#content .small {font-size: 0.8em;}
#content .underline {text-decoration: underline;}
#content .left {text-align: left;}
#content .center {text-align: center;}
#content .right {text-align: right;}