@charset "utf-8";
/* CSS Document */

.classlist_name {
	font-weight: bold;
	color: teal;
}

a:link {
	font-weight: bold;
	color: #00F;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #00F;
	text-decoration: none;
}

.update {
	font-size: 10pt;
	font-weight: bold;
	color: #03C;
}

.2014 {
	font-size: 10pt;
	font-weight: bold;
	color: #00F;
}
