body { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; background-color: white; color: rgb(50,50,50); } ul { list-style-type: circle; } #nav { position: absolute; margin-top: 12px; top: 21em; left: 1em; width: 14em; } #nav ul { list-style: none; margin-left: 1em; padding-left: 0em; } #nav li { font-size: 75%; border-bottom: 1px dotted #B2BCC6; margin-bottom: 0.3em; } #nav a:link, #nav a:visited { text-decoration: none; /* color: #2A4F6F; */ color: rgb(0,81,0); background-color: transparent; } #nav a:hover { color: white; background-color: rgb(0,66,0); } h1 { font: 150% Georgia, "Times New Roman", Times, serif; /* color: #2A4F6F; */ color: rgb(255,0,0); margin-left: 0.6em; } h2 { font: 150% Georgia, "Times New Roman", Times, serif; color: rgb(0,255,0); margin-left: 0.6em; } #nav h2 { font: 110% Georgia, "Times New Roman", Times, serif; /* color: #2A4F6F; */ color: rgb(255,0,0); background-color: transparent; border-bottom: 1px dotted #cccccc; } #h1 { font: 150% Georgia, "Times New Roman", Times, serif; } #content { margin-left: 16em; margin-right: 2em; } #content a:link { color: rgb(200,0,0); } #content p { font-size: 80%; line-height: 1.6em; padding-left: 1.2em; } #content li { font-size: 80%; } table { font-size: 80%; }