@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FEEB8E;
	width: 650px;
	margin: 15px;
	line-height: 115%;
}
h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
}

a:link, a:visited {
	color: #008600;
	text-decoration: none;
}

a:hover, a:active {
	color: #008600;
	text-decoration: underline;
}

