body {
      background-color: white; color: black
}

A:link    { color: blue }
A:visited { color: purple }
A:active  { color: purple }
A:hover   { color: fuchsia }

.nav { color: #000099; font-family: "arial", sans-serif; font-size: 18px; text-align: left }
.nav A:link { color: #000099 }
.nav A:visited { color: #000099 }
.nav A:active { color: #000099 }
.nav A:hover { color: #000099; font-weight: bold }

.subhead { 	color: #990099; 
		font-family: "arial", sans-serif; 
		font-size: 20px; 
		text-align: left;
		font-style: bold;}

h1 { 	color: #000099; 
		font-family: "arial", sans-serif; 
		font-size: 30px; 
		text-align: center;
		font-style: bold;}

h2 { 	color: #000099; 
		font-family: "arial", sans-serif; 
		font-size: 25px; 
		text-align: center;
		font-style: bold;}

.oddbox {background-color: #FFCCCC; text-align: center; padding: 5px; border: dotted 1px #FF0000 }
