body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	margin: 0px;
}
.blackbg {
	background-color: #000000;
}
.whitebg {
	background-color: #FFFFFF;
}
.yellowbg {
	background-color: #FFCC66;
}
.topbg {
	background-image: url(images/top-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}
.menu {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	width: 100%;
}
.menu:hover {
	color: #000000;
}h1 {
	font-size: large;
	color: #990000;
	margin-bottom: 10px;
}
.date {
	font-size: x-small;
	color: #990000;
	padding-top: 10px;
}
.dredbg {
	color: #FFFFFF;
	background-color: #CC0000;
}
.redtext {
	color: #CC0000;
}
li {
	list-style-image: url(images/bullet3.gif);
}
.processpics {
	margin-left: 16px;
	border: 2px solid #CC0000;
}
a {
	color: #990000;
}
.dice-bg {
	background-image: url(images/dice-bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
