body {	font-family: Arial, Helvetica, sans-serif; color: #000; background: #fff; }

a { color: #124; text-decoration: underline; }
a:hover	{ text-decoration: none;  color: #235;}
a.header { text-decoration: none; }
a.header:hover { text-decoration: underline; }
.header { font-size: 1em; font-weight: bold; }
div.header { border-top: 2px solid #124; border-bottom: 2px solid #124; background: #8ab; padding: 0.4em 1em; }
div.footer { border-top: 2px solid #124; border-bottom: 2px solid #124; background: #8ab; padding: 0.2em 1em; }
h1 { font-size: 1.2em; text-align: center; }
h2 { font-size: 1.2em; border-bottom: 1px solid #000; margin-left: 1em; margin-right: 1em; font-weight: bold; }
h3 { font-size: 1em; text-decoration: underline; margin-left: 2em; margin-right: 2em; font-weight: bold; }
ul, p {	text-indent: 1em; margin-left: 2em; margin-right: 2em; text-align: justify; }


.good { color: #124; }
.bad { color: #A22; }
.semi { color: #AA2; }
.hidden {color: white; }
.large { font-size: 20px; }

