body{
	background-color: #462804;
	font-family: "굴림체", "돋움체", Tahoma;
	font-size: 10px;
	color: #333333;
}

p,br,tr,td {
	font-family: "굴림체", "돋움체", Tahoma;
	font-size: 12px;
	color: #333333;
	line-height: 180%;
}
.tb {
	font-family: "굴림체", "돋움체", Tahoma;
	font-size: 12px;
	color: #999999;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}
h1 {
	font-family: "굴림체", "돋움체", Tahoma;
	font-size: 12px;
	color: #FF9900;
}
a:link {
	font-family: "굴림체", "돋움체", Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "굴림체", "돋움체", Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	font-family: "굴림체", "돋움체", Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	font-family: "굴림체", "돋움체", Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
a:active {
	text-decoration: none;
	font-family: "굴림체", "돋움체", Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #666600;
}