BODY 		{
		color: black;
		background: white;
		font-family: arial;
		font-size: 10pt;
		font-weight: bold;
		} 


H2 		{
		color: black;
		font-family: arial;
		font-weight: bold;
 		}


H4 		{
		color: mediumblue;
		font-family: arial;
		font-weight: bold;
		text-align=left;
		line-height: 40%
		} 


H4.green 	{ 
		color: green; 
		text-align: center;
		}


H4 B		{
		color: red;
		}

H5		{
		color: black;
		font-family: arial;
		font-weight: bold;
		text-align=center;	
		}


H6 		{
		color: black;
		font-family: arial;
		font-weight: bold;
		text-align=center;	
		}


TABLE 		{
		table-border: 1;
		align: center;
		font-family: arial;
		font-size: x-small;
		font-weight: bold;
		}


LI 		{
		color: green;
		}


a:link 		{ 
		text-decoration: none; color:blue
		}


a:active 	{
		text-decoration: none; color:blue
		}


a:visited 	{
		text-decoration: none; color:purple
		}


a:hover 	{
		text-decoration: underline; color:red
		}