<style type="text/css">
A:link
	{	color: #99FFFF;
		font-weight: bold;
		text-decoration: none;	}


A:active
	{	color: lime;
		font-weight: bold;
		text-decoration: none;	}
	

	
A:visited
	{	color: magenta;
		font-weight: bold;
		text-decoration: none;	}

A:hover
	{	color:#CCFFFF;
		font-weight: bold;
		text-decoration: underline;	}
	

BODY	
	{	font-family: "Arial","sans seriff";
		font-size:12pt;
		color: blue ;
		background-color: #00CCFF;	}

		h1	{font: 10pt Arial;
			font-weight: Bold;	}

		h2	{font: 10pt Arial;}
			

</style>