/* For some info about style sheets see: 
   http://www.htmlhelp.com/reference/css/properties.html 
 
   http://www.w3.org/Style/Examples/011/firstcss 
   explains how to use style sheets to put in a nav bar on the left 
*/ 
 
body         { font-family: Arial,sans-serif; font-size: large; background-color: #FFFFEE; color: Black; max-width: 1080px; margin: 0 auto !important; float: none !important; text-align: justify; } 
h1 { font-family: Arial,sans-serif; margin: 1em auto 0 auto; } 
h2 { font-family: Arial,sans-serif } 
h2:first-of-type { margin-top: 6pt; }
h3 { font-family: Arial,sans-serif } 
li           { margin-top: 1ex } 
ul           { padding-left: 2em } 
ul           { list-style-type: square } 
a:link       { color: Navy } 
a:visited    { color: Purple } 
a:hover      { color: Purple; text-decoration: underline } 
p.bottom     { font-size: x-small; text-align: center } 
tt           { font-size: medium; font-family: Courier New, monospace } 
th           { vertical-align: top; text-align: left; white-space: nowrap } 
td           { vertical-align: top; text-align: left; white-space: nowrap } 
b.lg         { font-size: medium } 
P { padding-left: 1.5em } 
