/* CSS Document */

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

li {
	font-size: 95%;
}

#footer_container li {
	font-size: 70%;
}
#footer_container p {
	font-size: 70%;
}

h2 {
	font-size: 140%;
	font-weight: normal;
	line-height: 145%;
	color: #4a4a41;
}

h3 {
	font-size: 90%;
	font-weight: normal;
	color: #525143;
	text-decoration: underline;
	font-weight: bold;
}

p {
	color: #525143;
	line-height: 150%;
	font-size: 90%;
	margin: 0 0 15px 0;
}

a {
	color: #629911;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	text-decoration: none;
	border-bottom: 0;
}

#navbar_top a:hover {
	color: #fff;
}

.korean {
	font-size: 100%;
}

.white {
	color: #FFFFFF;
}

.dark_brown {
	color: #4a4a41;
}

.dark_blue {
	color: #103653;
}

.green {
	color: #629911;
}

