@charset "big5";
/* CSS Document */

.course_no {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #268ecd;
}
.course_no:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #268ecd;
	text-decoration: none;
}
.course_no:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #268ecd;
	text-decoration: none;
}
.course_no:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #93bd3d;
	text-decoration: none;
}
.course_tit {
	font-size: 15px;
	color: #666666;
	font-weight: bold;
}
.course_tit:link {
	font-size: 15px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.course_tit:visited {
	font-size: 15px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.course_tit:hover {
	font-size: 15px;
	color: #93bd3d;
	font-weight: bold;
	text-decoration: none;
}
.course_s4 {
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
