@charset "UTF-8";
body {
	background-color: #FCEC95;
	background-image: url();
	background-repeat: no-repeat;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #70000A;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6D6B20;
}
a:hover {
	text-decoration: none;
	color: #E65613;
}
a:active {
	text-decoration: underline;
	color: #E65613;
}
ul {
	line-height: 1.7em;
}
