body
{
}
H1
{
	font-weight: bold;
	font-size: large;
	color: blue;
	font-family: Verdana, Arial, 'Times New Roman';
	text-align: center;
}
H2
{
	font-weight: bold;
	font-size:x-large;
	color:Green;
	font-family: Verdana, Arial, 'Times New Roman';
	text-align: center;
}
H3
{
	font-weight: bold;
	font-size: medium;
	color:Black;
	font-family: Verdana, Arial, 'Times New Roman';
	text-align: center;	
}

H4
{
	font-weight: normal;
	font-size:medium;
	Color:Black;
	font-family: Verdana, Arial, 'Times New Roman';
	text-align:  left;
}
H5
{
	font-weight: normal;
	font-size: 10;
	Color:Black;
	font-family: Verdana, Arial, 'Times New Roman';
	text-align: left;
}
H6
{
	font-weight: normal;
	font-size: 12;
	Color:Black;
	font-family: Verdana, Arial, 'Times New Roman';
	text-align: Centre;
}
H7
{
	font-weight: normal;
	font-size: 12;
	Color:White;
	font-family: Verdana, Arial, 'Times New Roman';
	text-align: Centre;
}
	.tabgreen
{
	font-weight: normal;
	color: black;
	background-color: #99cc00;
	text-align: center;
}
	.tabyellow { background-color: #FFCC00}
