<!--
body {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 0px; 
	margin-bottom: 5px;
	}
h1 {
   font-family: Verdana;
   font-size: 24pt;
   font-style: normal;
   padding-top: 3px;
   padding-bottom: 3px;
   margin-top: 0px;
   margin-bottom: 0px;
   }
h2 {
   font-family: Verdana;
   font-size: 16pt;
   font-style: normal;
   padding-top: 2px;
   padding-bottom: 2px;
   margin-top: 0px;
   margin-bottom: 0px;
   }
h3 {
   font-family: Verdana;
   font-size: 12pt;
   font-style: normal;
   font-weight: bold;
   padding-top: 2px;
   padding-bottom: 1px;
   margin-top: 0px;
   margin-bottom: 0px;
   }
h4 {
   font-family: Verdana;
   font-size: 10pt;
   font-style: normal;
   font-weight: bold;
   padding-top: 0px;
   padding-bottom: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   }
h5 {
   font-family: Verdana;
   font-size: 10pt;
   font-style: normal;
   font-weight: normal;
   padding-top: 0px;
   padding-bottom: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   }
h6 {
   font-family: Verdana;
   font-size: 8pt;
   font-style: normal;
   font-weight: normal;
   padding-top: 0px;
   padding-bottom: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   }
A:link    { color:"blue" }
A:visited { color:"blue" }
A:hover   { color: "red"; background: "white"; font-weight: bold }
A:active  { color: "red"; text-decoration: underline; }
.navbar { 
	font-family: Verdana;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	}
.navbar A:link    { color:"white" }
.navbar A:visited { color:"white" }
.navbar A:hover   { color:"red"; background: "white"; font-weight: bold }
.navbar A:active  { color:"red"; background: "white"; font-weight: bold; text-decoration: underline; }
-->
