body {
	background-color: #000000;
	color: white;
	font-family: Verdana;
	font-size: 10px;
	overflow: hidden;
}

p.gold {
	color: #ffcd00;
	font-size: 12px;
}

p.silver {
	color: #e0e0e0;
	font-family: Verdana;
	
}

div.fluffy_div {
	width: 200px;
	height: 75px;
	background-color: #007da6;
	background-image: url(../images/background.gif);
	cursor: move;
	
	color: white;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

.improvements {
	color: #00ff00;	
}

.bugs {
	color: #ff0000;
}

a {
	color: #ffcd00;
	text-decoration: none;
}

a:hover {
	color: #ffcd00;
	text-decoration: underline;
}

ul.enumeration {
	color: white;
	}