
<!--
a:link { color: blue }
a:visited { color: blue } 
a:hover   { color: Black; background-color: Yellow; font-weight: bold } 

H2 {color:blue; font-size:22; font-weight:bold}
body,p,td,li  {color:black; font-size:10pt;  font-family: Arial, Helvetica, sans-serif;}

.hot {color: red; font-weight:bold; font-style:italic; background:white; font-size:12pt; }
.buttons {color: blue; font-weight:bold; font-size:16}
.greenman {font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; line-height: normal; font-weight: bold; color: #339933}
.header {font-family: Georgia, Times New Roman, Times,sans-serif; font-size: 22pt; font-style: normal; line-height: normal; font-weight: normal; color: #FFFFFF; text-align:center; padding-top: 3px; padding-right: 6px; padding-bottom: 3px; padding-left: 6px; clip:   rect(   ); white-space: pre}
.blueman {font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: italic; line-height: normal; font-weight: bold; color: blue; background:white}

--> 

