body         {
	color: black;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E1E1E1;
	font-style: normal;
	text-transform: none;
}
p   {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif
}
td    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
h1 {
	color: #34575B;
	font-weight: bold;
	font-size: 20pt;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	color: #000080;
	font-style: italic;
	font-weight: bold;
	font-size: 18pt
}
h3  { color: #000080; font-weight: bold; font-size: 12pt }
h4 { color: #000080; font-weight: bold; font-size: 10pt }
h5 { color: #000080; font-style: italic; font-weight: bold; font-size: 10pt }
<ol> { font-size: 11pt }

a:link  {
	color: #0033CC;
	font-weight: bold;
	text-decoration: none
}
a:visited  {
	color: #0033CC;
	font-weight: bold;
	text-decoration: none
}
a:hover    { color: red;  text-decoration: underline }
a:active    {
	color: maroon;
	text-decoration: none;
}
