body {
      background-color: white; color: black
}

A:link    { color: blue }
A:visited { color: purple }
A:active  { color: purple }
A:hover   { color: fuchsia }

h2 { color: #cccccc; font-family: "arial", sans-serif; font-size: 42px; text-align: center; background: #FFFFFF; font-weight: bold }
h3 { color: #cccccc; font-family: "arial", sans-serif; font-size: 24px; text-align: center; background: #FFFFFF; font-weight: bold }
h4 { color: #FFFFFF; font-family: "arial", sans-serif; font-size: 24px; text-align: center; background: #CCCCCC; font-weight: bold }
text { font-family: "arial", sans-serif }
	
