<style type="text/css">
	table {
		font-size:12px;
		font-family:"굴림", "Arial";
	}

	.sub_contents {
		font-size:12px;
		font-family:"굴림", "Arial";
		line-height:20px;
		color:#555555
	}

	.sub_title {
		font-size:11px;
		font-family:"굴림", "Arial";
		line-height:20px;
		color:#555555
	}

	.left_menu {
		font-family:"맑은 고딕", "굴림";
		font-size:12px;
		font-weight:bolder;
		text-decoration:none;
		color:#494949;
	}

	a:hover.left_menu{
		text-decoration:none;
		color:#585858;
	}
	
	a {
		text-decoration:none;
		color:#333333
	}

	a:hover{
		text-decoration:underline;
		color:#000000
	}

	a:hover.noline {
		text-decoration:none; 
		color:#000000
	}

	.tiny_menu {
		color:#555555;
		font-size:11px;
		font-family:"굴림", "Arial";
	}

	.board_list{
		font-size:12px;
		font-family:"굴림", "Arial";
		color:#555555;
		line-height:15px
	}

	.copyright{
		font-size:11px;
		font-family:"굴림", "Arial";
		color:#555555;
		line-height:15px;
		padding:10px;
		padding-left:80px;
		background-image:url(../images/copyright_bg.jpg);
		background-repeat:repeat-x

	}
</style>