h1 {
	font-style: oblique;
	font-weight: bold;
	text-transform: uppercase;
	color: #0000CC;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	height: auto;
	width: auto;
	font-style: oblique;
	font-weight: bold;
	text-transform: capitalize;
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
}
p {
}
.textstyle {
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
}
a:link {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #000099;
}
body {
	background-color: #FFFF33;
}
