@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 80%;
	line-height:1.5;
	background:#FEE8B7;
	}
a:link {
	color: #996600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996600;
}
a:hover {
	text-decoration: none;
	color: #663300;
}
a:active {
	text-decoration: none;
	color: #663300;
}
.content {
	margin: 0px auto;
	padding-top:15px;
	width:850px;
}
h1{
	font-size:130%;
	padding-bottom:15px;
	font-style:italic;
}