.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36pt;
	font-style: italic;
	color: #FFFF00;
	border: medium none;
	text-align: center;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
	font-size: 18px;
	font-weight: bold;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #990000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFF00;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	color: #FF0000;
	text-decoration: underline;
}
