.course {
	font-size: 12px;
	line-height: 20px;
	border: 1px solid #00CC00;
	width: 500px;
}
.course-title {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	background-color: #7FFFD4;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666600;
}
.courseitem {
	font-size: 12px;
	background-color: #FAF0E6;
	text-align: right;

}
.content {
	font-size: 12px;
	background-color: #FFFAFA;
}
