<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
  <title>H2oh style sheet</title>

   <style type="text/css">
   background-color: {#FFCD03}
   
   body {
	padding-left: 11em;
	font-family: arial, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFCD03;
	font-size: small;
	margin: 0.3m 0;
	padding: 0.0em;
	font-weight: normal;
	}

	h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	
	  }
	  
	h2 {
	font-family: Arial, SunSans-Strong, sans-serif;
	font-size: x-small;
	color: #000000;
	visibility: visible;
	text-align: center;
	text-transform: uppercase;
	
	
}

	h3 {
	font-family: Arial, SunSans-Strong, sans-serif;
	font-size: xx-small;
	color: #000000;
	visibility: visible;
	text-align: center;
	text-transform: uppercase;
	
	
}
	h4 {
	font-family: Arial, SunSans-Strong, sans-serif;
	font-size: xx-small;
	color: #000000;
	visibility: visible;
	text-align: center;
	line-height: normal;
	
}
	
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #000000;
	font-weight: bold;
}

  