.font {
	font-family: "굴림", "굴림체";
	font-size: 13px;
	text-decoration: none;
	color: #666666;
	line-height: 20px;
}

.linkfont {
	font-family: "굴림", "굴림체";
	font-size: 13px;
	text-decoration: none;
	color: #666666;
	line-height: 20px;
}


.title {
	font-family: "굴림", "굴림체";
	font-size: 18px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	line-height: 30px;
}

.logo {
	font-family: "굴림", "굴림체";
	font-size: 24px;
	text-decoration: none;
	color: #000000;
	line-height: 40px;
	font-weight: bold;
}


.menu {
	font-family: "굴림", "굴림체";
	font-size: 15px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 30px;
	font-weight: bold;
}



.redfont {
	font-family: "굴림", "굴림체";
	font-size: 13px;
	text-decoration: none;
	color: #FF0000;
}





.bluefont {
	font-family: "굴림", "굴림체";
	font-size: 13px;
	text-decoration: none;
	color: #0000FF;
}





a:hover {
	color: #FF0000;
	text-decoration: underline
}
