@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

body {

	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-feature-settings: "kern" 1;
	-moz-font-feature-settings: "kern" 1;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {    
	color: #2c6fa9;
	text-decoration: none;
}
a:focus {
	outline: none;
}