h1 {
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
h2 {
	font-family: Arial;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
h3 {
	font-family: Verdana;
	font-weight: bolder;
	color: #00CCFF;
	text-align: center;
	vertical-align: middle;
}
h4 {
	font-family: Arial;
	font-weight: bold;
	color: #00CCFF;
	text-align: center;
	vertical-align: baseline;
}
h5 {
	font-family: Verdana;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
h6 {
	font-family: Verdana;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D9C291;
}
a {
	color: #00CCFF;
}
a:visited {
	color: #00CCFF;
}
a:hover {
	color: #FFFFFF;
}
