a:visited {text-decoration:none;color: #63B4FB;}
a:active {text-decoration:none;color: #63B4FB;}
a:link {text-decoration:none;color: #63B4FB;padding:2px}
a:hover {
	color: #fff;
	text-decoration: none;
	background:#63B4FB;
}

body {
font-size:11pt;
/*font-family:"맑은고딕","나눔고딕",dotum,"돋움";*/
font-family:Arial;
line-height:160%;
}

strong {
font-size:18px;
}

u {
font-size:18px;
text-decoration:none;
font-weight:bold;
background:#63B4FB;
color:#fff;
padding:3px;
margin-bottom:6px;
-webkit-border-radius: 8px;
 -moz-border-radius: 8px;
	  border-radius: 8px;
}

.thebox {
 position:fixed;
 width:481px;
 height:6px;
 background:#0054A6;
 top:0;
 left:40px;
 z-index:999;
}

.answer {
 color:#777;
}

.lang {
 position:absolute;
 top:20;
 right:20;
 z-index:998;
}

.lang u {
 font-size:14px;
 font-family:'맑은고딕','나눔고딕',dotum;
}