body {
      background-color: white; color: black
}

A:link    { color: blue }
A:visited { color: purple }
A:active  { color: purple }
A:hover   { color: fuchsia }

.nav { color: white; font-family: "arial", sans-serif; font-size: 14px; text-align: center }
.nav A:link { color: white }
.nav A:visited { color: white }
.nav A:active { color: white }
.nav A:hover { color: yellow }
.at { color: yellow; font-family: "arial", sans-serif; font-size: 14px; text-align: center; font-weight: bold }

.subhead { 	color: #6699FF; 
		font-family: "arial", sans-serif; 
		font-size: 20px; 
		font-style: italic }
	
.oddbox {background-color: #FFCCCC; text-align: center; padding: 5px; border: dotted 1px #FF0000 }

.coolrun {display: none}
