body { background-color: #363636; }

p { color: white; font-family: sans-serif; }
.center { text-align: center; }
.announce { text-align: center; font-style: italic; font-size: 150% }
h1 { color: white; font-family: sans-serif; }
h2 { color: white; font-family: sans-serif; }
h3 { color: white; font-family: sans-serif; }
h4 { color: white; font-family: sans-serif; }
h5 { color: white; font-family: sans-serif; }
ul { color: white; font-family: sans-serif; }
ol { color: white; font-family: sans-serif; }
dl { color: white; font-family: sans-serif; }
td { color: white; font-family: sans-serif; }
tr { color: white; font-family: sans-serif; }
th { color: white; font-family: sans-serif; }

a {
	color: #808080;
	text-decoration: underline;
	font-family: sans-serif;
}

a:visited {
	color: #8d8d8d;
	text-decoration: underline;
	font-family: sans-serif;
}

a:hover {
	color: #d0d0d0;
}

