<!--
	color names: black, white, red, yellow, lime, aqua, blue
	fuchsia, gray, silver, maroon, olive, green, teal, navy
	purple
-->

body { background: white ; color: teal }
a:link { color: navy ; text-decoration: none }
a:visited { color: gray ; text-decoration: none }
a:active { color: fuchsia ; text-decoration: none }
caption { color: teal }
td { text-align: center ; color: teal }
th { text-align: center ; color: teal ; background-color: silver }
pre { color: green ; background: white ; font-family: monospace }
