body {
	background-color: #FFF
}
li {
	list-style-image: url(bluball.gif);
}
h2 {
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #F00;
}
#container {
	width: 1000px;
	left: auto;
	top: 0px;
	right: auto;
	bottom: 0px;
	background-color: #CFF;
}
