a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
	color: #FF9966;
	text-align: center;
	background-position: center center;
	vertical-align: middle;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	text-transform: uppercase;
	color: #CC3300;
	text-decoration: underline;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF9966;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	background-color: #CC6600;
}

body {
	background-color: #FFFFCC;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
	font-style: normal;
	line-height: 25px;
	text-indent: 25px;
}
ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #CC0033;
	text-indent: 125px;
	line-height: 40px;
}
img {
	float: right;
}
