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; background: #009900 }
.nav A:link { color: white }
.nav A:visited { color: white }
.nav A:active { color: white }
.nav A:hover { color: white; font-weight: bold }
.at { color: white; font-family: "arial", sans-serif; font-size: 14px; text-align: center; background: #009900; font-weight: bold }

.subhead { 	color: #006600; 
		font-family: "arial", sans-serif; 
		font-size: 20px; 
		font-style: italic }
	
