body
{
	font-family: 'Gill Sans MT';
}
.H1
{
	font-weight: bolder;
	font-size: x-large;
	color: white;
	font-family: 'Gill Sans MT';
	background-color: lime;
	text-align: center;
}
.H2
{
	font-weight: bolder;
	font-size: medium;
	color: navy;
	font-family: 'Gill Sans MT';
}
.H2y
{
	font-weight: bolder;
	font-size: medium;
	color: navy;
	font-family: 'Gill Sans MT';
	background-color: yellow;
}
.H2f
{
	font-weight: bolder;
	font-size: medium;
	color: navy;
	font-family: 'Gill Sans MT';
	background-color: fuchsia;
}
.H2b
{
	font-weight: bolder;
	font-size: medium;
	color: white;
	font-family: 'Gill Sans MT';
	background-color: blue;
}

