@charset "utf-8";
/* CSS Document */

 body{
	font-family:"맑은 고딕", "고딕", "굴림";
	font-size:18px;
	color:#fff;
	background:#067;
}
p {
	font-size:35px;
	font-family:맑은고딕;
	color:#fff;
	font-weight:bold;
	line-height:20px;
	margin: 50px 0 0 30px;
}
h3 {
		margin: 20px 0 0 30px;
		color: #ff0;
}

section{
	width:800px;
	margin-right: auto;
	margin-left: auto;
	border:0px;
	padding:15px;
}
img#img1{
	float:left;
	margin-right:10px;
	/*border:1px solid #ccc;
	box-shadow: -2px 3px  5px #000;
	-moz-box-shadow: -2px 3px 5px #000;
	-webkit-box-shadow: -2px 3px  5px #000;*/
}
a { display: inline-block; text-decoration: none; }
a:link { text-decoration:none; color: #222222; }
a:hover { text-decoration:none; color: #222222; }
a:visited { text-decoration:none; color: #222222; }
a:active { text-decoration:none; color: #222222; }

