a:hover
{
	color: #00FFFF;
	font-weight: normal;
	text-decoration: underline;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
}
h2, h4, h6
{
	font-weight: bold;
}
h1
{
	font-size:18px;
}
h2
{
	font-size: 16px;	
}
h3
{
	font-size: 16px;	
}
h4
{
	font-size: 14px;	
}
h5
{
	font-size: 14px;	
}
h6
{
	font-size: 12px;	
}
.blackOnWhite {
	color: #000000;
	background-color: #FFFFFF;
}
.bold {
	font-weight: bold;
}