body {
	background-color: #FFFF66;
	color: #336633;
	padding: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336633;
	text-decoration: underline;
	padding-bottom: 10px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #336633;
	font-style: italic;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #336633;
	text-decoration: none;
	padding: 0px 10px 10px;
}
a:hover {
	text-decoration: underline;
}
