.heading {
	text-transform: uppercase;
	font-size: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
body {
	background-color: #FFFFCC;
}
.fact {
	color: #FFFF00;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: capitalize;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	color: #99FF00;
	font-weight: bolder;
	font-size: 1.4em;
}
.text {
	font-size: 0.9em;
	color: #FFFFCC;
	text-align: justify;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
