/* CSS Document */
body,td,th {
	font-family:"굴림";
	font-size: 12px;
	color: #DEE0D3;
}

body {
	background-color: #2C0301;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
}

.tabline {
	border-bottom:1px solid #604943;
	border-top:1px solid #604943;
	}

.bline {
	border-bottom:1px solid #604943;
	}
	
a:link {
	font-family: "굴림";
	font-size: 12px;
	color: #D6D6CA;
	text-decoration: none;

}

a:hover {
	font-family: "굴림";
	font-size: 12px;
	color: #D6D6CA;
	text-decoration: none;

}

a:visited {
	font-family: "굴림";
	font-size: 12px;
	color: #D6D6CA;
	text-decoration: none;
