body { background-color: white; color: black; font-family: Arial, sans-serif }
a:link { color: blue; text-decoration: underline }
a:visited { color: purple }
a:active { color: red }
a[href]:hover { background: #ffa }
address { color: gray; font-size: 0.8em }
acronym { color: green }
h1 { font-size: 1.6em }
h2 { font-size: 1.4em }
h3 { font-size: 1.2em }
h4 { font-size: 1.2em; font-weight: normal; text-align: center; margin-bottom: 0.3em}
h5 { font-size: 0.8em; font-style: italic; font-weight: normal; text-align: center; margin-top: 0.3em }
p.nav { background-color: #FFFF00 }
br { clear: both }
table { border-collapse: collapse; border: 1px solid black }
td { border: 1px solid black }
tt { font-family: Courier, serif }
