/* Site styles */
body {color: black}
h1, h2, h3, h4, h5, h6 {font-family: sans-serif; color: black}
address {color: black; font-style: normal; font-variant: small-caps; 
		text-align: right; clear: both; border-top: 2px solid black}
#head {text-align: right; border-bottom: 2px solid black}
#links {width: 150px; float: left; background-color: blue; margin-right: 10px;
		padding: 10px; border: 3px solid black}
#links a {display: block; font-family: sans-serif; color: white; font-size: 12pt}
#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}
#links a.newgroup {margin-top 15px}
#main {width 70%; float: left; border-left: 2px solid black; padding-left: 10px}

