@charset "utf-8";
/* CSS Document */

A.current_path:link {
	color: #666;
	text-decoration: none;
	font-family: "돋움";
	font-size: 12px;
}
A.current_path:visited {
	text-decoration: none;
	color: #666;
	font-family: "돋움";
	font-size: 12px;
}
A.current_path:hover {
	text-decoration: underline;
	color: #195da1;
	font-family: "돋움";
	font-size: 12px;
}
A.current_path:active {
	text-decoration: none;
	color: #666;
	font-family: "돋움";
	font-size: 12px;
}

A.papers:link {
	color: #666;
	text-decoration: none;
	font-family: "돋움";
	font-size: 12px;
}
A.papers:visited {
	text-decoration: none;
	color: #666;
	font-family: "돋움";
	font-size: 12px;
}
A.papers:hover {
	text-decoration: underline;
	color:#F60;
	font-family: "돋움";
	font-size: 12px;
}
A.papers:active {
	text-decoration: none;
	color: #666;
	font-family: "돋움";
	font-size: 12px;
}

A.faq:link {
	color:#333;
	text-decoration: none;
	font-family: "돋움";
	font-size: 12px;
}
A.faq:visited {
	text-decoration: none;
	color:#333;
	font-family: "돋움";
	font-size: 12px;
}
A.faq:hover {
	text-decoration: underline;
	color:#93C;
	font-family: "돋움";
	font-size: 12px;
}
A.faq:active {
	text-decoration: none;
	color:#333;
	font-family: "돋움";
	font-size: 12px;
}

A.board:link {
	color: #666;
	text-decoration: none;
	font-family: "돋움";
	font-size: 12px;
}
A.board:visited {
	text-decoration: none;
	color: #666;
	font-family: "돋움";
	font-size: 12px;
}
A.board:hover {
	text-decoration: none;
	color:#709215;
	font-family: "돋움";
	font-size: 12px;
}
A.board:active {
	text-decoration: none;
	color: #666;
	font-family: "돋움";
	font-size: 12px;
}

A.board-bold:link {
	color: #5c7d0c;
	text-decoration: none;
	font-family: "돋움";
	font-size: 16px;
	font-weight:bold;
}
A.board-bold:visited {
	text-decoration: none;
	color: #5c7d0c;
	font-family: "돋움";
	font-size: 16px;
	font-weight:bold;
}
A.board-bold:hover {
	text-decoration: none;
	color:#709215;
	font-family: "돋움";
	font-size: 16px;
	font-weight:bold;
}
A.board-bold:active {
	text-decoration: none;
	color: #5c7d0c;
	font-family: "돋움";
	font-size: 16px;
	font-weight:bold;
}

