@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');

body {
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0px;
}

li {
	list-style:none;
}

a{
	text-decoration:none;
}

img{
	border:none;
}

ul,li,h1,h2,h3,h4,h5,ol,dl,dt,dd,p,body {
	margin:0;
	padding:0;
}

a,img{border:0;}
body,html {height:100%; width:100%;}


p{
	font-family: 'Nanum Gothic', sans-serif;
	font-size:13px;
	padding-left:20px;
}

a:link{
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

a:visited{
	color:#000000;
}

a:active{
	color:#048bdc;
}

a:hover{
	color:#048bdc;
}


.top_menu a{
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

.top_menu a:visited{
	color:#000000;
}

.top_menu a:active{
	color:#048bdc;
}

.top_menu a:hover{
	color:#048bdc;
}