@charset "utf-8";

*									{ margin: 0; padding: 0; }
html								{ overflow-y: scroll; color: #f0ffea; }
html, body							{ height: 101%; color: #f0ffea; }
body								{ background-position: center top; }
ul									{ list-style: square inside; }
ol									{ list-style: decimal inside; }
a									{ outline: none; text-decoration: none; }
a img								{ border: none; }
img									{ vertical align: middle; }
table								{ border-collapse: collapse; }

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #471E02;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #471E02;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #471E02;
	list-style-position: inside;
	list-style-type: circle;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #471E02;
}
