@charset "utf-8";

* {
	font-family: inherit;
}

body {
	background-color:#eee7db;
	color:#3D4B63;
	font-family:Trebuchet MS,Verdana,Arial,Apple Gothic,UnDotum,맑은 고딕,돋움,sans-serif;
	font-size:0.8em;
	margin:30px;
}

p {
	margin: 0.6em;
}

a:link {
	text-decoration:underline;
	color:#0073C0;
}
a:visited {
	text-decoration:underline;
	color:#0073C0;
}
a:hover {
	text-decoration:none;
	color:#666699;
}
a:active {
	text-decoration:none;
	color:#f36f21;
}

h1 {
	padding-left: 0.2em;
	border-left: 5px solid #e0d3be;
}

h2,h3,h4 {
	padding: 0.04em;
	border-bottom:1px solid #d5c8b2;
}

