body {
      background-color: white; color: black
}

A:link    { color: blue }
A:visited { color: purple }
A:active  { color: purple }
A:hover   { color: fuchsia }

.at { color: yellow; font-family: "arial", sans-serif; font-size: 20px; text-align: center; background: #006600; font-weight: bold }
.nav { color: #66ccff; font-family: "arial", sans-serif; font-size: 20px; text-align: center; background: #006600}
.greyed { color: #99ffff; font-family: "arial", sans-serif; font-size: 20px; text-align: center; background: #339933}
.nav A:link { color: #66ccff }
.nav A:visited { color: #66ccff }
.nav A:active { color: #66ccff }
.nav A:hover { color: #66ccff; font-weight: bold }
.highlight { color: red }

h3 { color: #66ccff; font-family: "arial", sans-serif; font-size: 28px; text-align: center; background-color: white; font-weight: bold; margin-top: 2px; margin-bottom: 2px; margin: 2px }
h4 { color: black; font-family: "arial", sans-serif; font-size: 24px; text-align: center; background-color: white; font-weight: bold; margin-top: 2px; margin-bottom: 2px; margin: 2px }
h5 { color: #66ccff; font-family: "arial", sans-serif; font-size: 18px; text-align: left; background-color: white; font-weight: bold; margin-left: 2px; margin-bottom: 0px }
h6 { color: black; font-family: "arial", sans-serif; font-size: 18px; text-align: center; background-color: white; font-weight: bold; margin-top: 2px; margin-bottom: 2px; margin: 2px }
ul { margin-left: 10px; margin-right: 10px }
li { margin-left: 10px; margin-right: 10px }

.subhead { 	color: #006600; 
		font-family: "arial", sans-serif; 
		font-size: 20px; 
		font-style: italic }

.coolrun {display:none}

