BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	bgcolor: "lightblue";
	margin-left: 10 px;
	margin-top: 10 px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: lightblue;
	}

a:link    { color: blue; }
a:visited { text-decoration: none;  color: #990099; }
a:hover   { text-decoration: none;  color: red; }
a:active  { text-decoration: underline; color: red; }

table {
	background: #ADD8E6;
   }
td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
   }

h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	background-color: #3399FF;  	
	color: #FFFFFF; 
	}

h4 {	
	font-family: Arial, Helvetica, sans-serif;	
	background-color: #3399FF;  	
	color: #FFFFFF;
	}

