@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;
}
