.base {
	font-family: "굴림", "굴림체";
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}


.logotitle {
	font-family: "굴림", "굴림체";
	font-size: 24px;
	color: #333333;
	text-decoration: none;
	line-height: 28px;
	font-weight: bold;
}

.subtitle {
	font-family: "굴림", "굴림체";
	font-size: 18px;
	color: #666666;
	text-decoration: none;
	line-height: 28px;
	font-weight: bold;
}


.redbase {
	font-family: "굴림", "굴림체";
	font-size: 13px;
	color: #FF0000;
	text-decoration: none;
	line-height: 20px;
}




.bluebase {
	font-family: "굴림", "굴림체";
	font-size: 13px;
	color: #0033CC;
	text-decoration: none;
	line-height: 20px;
}




.graybase {
	font-family: "굴림", "굴림체";
	font-size: 13px;
	color: #999999;
	text-decoration: none;
	line-height: 20px;
}




.whitebase {
	font-family: "굴림", "굴림체";
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}



.bottombase {
	font-family: "굴림", "굴림체";
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	line-height: 20px;
}




a:hover {  text-decoration: underline; color: #CC0000}
