/* stylesheet.css */

body { font-family:      Arial, helvetica, sans-serif;
       color:            black;
       background-color: #B0C4DE;
; font-size: 10pt
     }
#footer {
	position: absolute;
	bottom: 0;
	background-color: #ccffcc;
	width: 100%;
	text-align: center;
}

A:link    { color: #0000EE }     /* unvisited links */
A:visited { color: #800080}     /* visited links */
A:active  { color: #000066 }     /* active links */
A:hover   { text-decoration:none; background-color: #0000ee; ; color: white}
table {  border: 1px #000000 solid; clip:   rect(   )}
td {  border: 1px #000000 solid; text-align: center; clip:  rect(   ); font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
.county {  font-weight: bold; color: #FFFFFF; background-color: #000000}
