



H2 I, H3 I
{
Color: Navy;
Background-Color: Gainsboro;
}

H1, H2, H3, H4, H5, H6, H7
{
Color: Navy;
Background-Color: Gainsboro;
}

P
{
Color: Navy;
Background-Color: Gainsboro;
Font-Family: Times, serif;
Font-Size: 11pt;

}




 
BODY
{
Background-Color: Gainsboro;
}

.on	{ 
    font-size: 12pt;
	font-family: "Gill Sans", sans-serif;
	font-style: normal;
	
	text-decoration: none;
	color: red;      
	}

 .off	{ 
	font-size: 12pt;
	font-family: "Gill Sans", sans-serif;
	font-style: italic; 
	text-decoration: underline;
	color: blue;        
	}
