body {Font-family: sans-serif; font-size: 14pt ; color: green}
h1, h2, h3, h4, h5, h6 {Font-family: sans-serif; color: blue}
#head {text-align: center; border-bottom: 1px solid red}
#links {border: 4px ridge red; width: 150px; float: left; background-color: orange; margin: 5 15 5 5;
padding: 10px}
#links a {display: block; font-family: sans-serif; color: green; font-size: 9pt}
#links a:link {text-decoration: none}
#links a:visited {text-decoration: none}
#links a:hover {color: black; text-decoration: underline} 
#links a:active {text-decoration: none}

#main {width: 70%; float: left; border-left: 1px solid red; padding-left: 10px}

#footer {color: green; font-family: sans-serif; font-variant: small-caps; font-size: 8pt; clear: both; text-align: center; border-top: 1px solid red}