.basic {
	font-family: "µ¸¿ò", "±¼¸²";
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
.bold_green {
	font-family: "µ¸¿ò", "±¼¸²";
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #729A48;
}
a:link {
	color: #003399; text-decoration: none;
}
a:visited {
	color: #003399; text-decoration: none;
}
a:active {
	color: #003399; text-decoration: none;
}
a:hover {
	color: #ff9900; text-decoration: underline;
}