<style>

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	color: #00CCFF;
}
h2 {
	font-size: 16px;
	color: #00CCFF;
}
h3 {
	font-size: 14px;
	color: #00CCFF;
}
h4 {
	font-size: 12px;
	color: #00CCFF;
}
h5 {
	color: #00CCFF;
	font-size: 18px;
}
h6 {
	font-size: 16px;
	color: #FFFFFF;
}
a:link {
	color: #00CCFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00CCFF;
}
a:hover {
	text-decoration: none;
	color: #00FFFF;
}
a:active {
	text-decoration: none;
}
-->
</style>