body {
	width: 506px;
}
#scheduleimage {
	width: 525px;
	height: 410px;
	background-image: url( images/schedule.jpg );
	background-position: top center;
}
#classes {
	top: 4em;
}
#classeslist {
	list-style-type: none;
	padding-left: 1em;
}
#classeslist li {
	padding: 4px 6px;
	margin-bottom: 1px;
}
#class1 {
	background-color: #df762e;
	color: white;
}
#class2 {
	background-color: #eebfbd;
	color: #ac3631;
}
#class3 {
	background-color: #96fafc;
	color: #00afab;
}
#class4 {
	background-color: #fcaaef;
	color: #dd25c3;
}
#class5 {
	background-color: #5ef074;
	color: #00a500;
}

