h1
{
	font-size: 140.6%;
}
 
h2
{
	font-size: 125%;
}
 
h3
{
	font-size: 109.4%;
}
 
h4
{
	font-size: 101.6%;
}
 
h5
{
	font-size: 93.8%;
	font-weight: bold;
}
 
h6
{
	font-size: 93.8%;
	font-style: italic;
}
table.test
{
	border-collapse: collapse;
	border-spacing: expression(cellSpacing=0);
	border-spacing: 0;
}

table.test td, table.test th
{
	background-color: #0066cc;
}

table.test tr.alt td, table.test tr.alt th
{
	background-color: #ffffff;
}

