/* Martha Raup, 10/17/08 */
* {margin: 0px;}
h1, h2, h3, h4, h5, h6 {color: purple; font-family: sans-serif;}
#head, #main, #address {margin-left: 120px;}
#head {border-bottom: solid 1px purple;}
address { text-align: center; font: normal 8pt auto; color: purple; border-top:1px solid purple; clear: both;}
#links {position: absolute; left: 0px; top: 0px; width: 100px; margin-top: 0px; font-size: 8pt;}
#links a { display: block; color: white; background-color: purple; font-family: sans-serif; text-decoration: none; padding: 2px; margin-top: 0px; border: 5px solid purple;}
#links a:hover {border: 5px outset purple; color: yellow;}
#links a:active {border: 5px inset purple; color: yellow;}