<STYLE type="text.css">
<!--

div.header {font-family: times, serif;
		font-size: normal;
		font-weight: normal; 
		background-color: royalblue; 
		color: gold;}

HR  {color: blue;}

H1   { 	font-family: Tahoma;
	font-size: larger;
	font-weight: bold;
	background-color: lightcyan;
	color: red;
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}


H2   { 	font-family: Tahoma;
	font-size: x-large;
	font-weight: bold;
	background-color: lightcyan;
	color: darkblue;}

H3   { 	font-family: Tahoma;
	font-size: large;
	font-weight: bold;
	background-color: lightcyan;
	color: darkblue;}

H4   { 	font-family: Tahoma;
	font-size: normal;
	font-weight: bold;
	background-color: lightcyan;
	color: darkblue;}

H5   { 	font-family: Tahoma;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	background-color: lightcyan;
	color: darkblue;}

body { 	font-family: Tahoma;
	background-color: lightcyan;
	color: darkblue;}


strong {font-weight: bold;}

em   {font-style: italic;}


-->
</STYLE>