body {
	color: #333333;
	background-color: #ffffcc;
}
#content {
	margin-top: 30px;
	margin-left: 60px;
	width: 500px;
}
#title {
	margin-bottom: 15px;
	border-bottom: 1px solid #ff9900;
}
em {
	font-style: normal;
	font-weight: bold;
}
ul {
	list-style-type: disc;
	list-style-image: url("img/ball_blue.gif");
}
li#red {
	list-style-type: disc;
	list-style-image: url("img/ball_red.gif");
}
li#none {
	list-style-type: disc;
	list-style-image: none;
}