<STYLE TYPE="text/css">
BODY 	{
	background: white;
	color: black;
	font-family: Verdana, sans-serif;
	A:link { color: rgb(0, 0, 153) }  /* for unvisited links */
	A:visited { color: rgb(153, 0, 153) } /* for visited links */
	A:hover { color: rgb(0, 196, 196) } /* when mouse is over link */
	}


H1	{
	color: black;
	background: white;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	}
	
DIV.header
	{
	font-family: Times;
	font-size:22pt;
	font-weight: 600;
	text-align: right;
	color: white;
	background: #0085ff;
	padding: 0.3em;
	}

DIV.footer
	{
	font-family: Times;
	font-size:11pt;
	font-weight: normal;
	text-align: center;
	color: black;
	background: #0085ff;
	padding: 0.3em;
	width:100%;
	}

</STYLE>
  