h1 { font-family: arial, sans-serif; font-size: x-large; color: RED; }
h2 { font-family: arial, sans-serif; font-size: 12pt; color: BLUE; }
h3 { font-family: arial, sans-serif; font-size: 10pt; color: BLUE; }
ul { font-family: arial, sans-serif; font-size: 10pt;  }
p { font-family: arial, sans-serif; font-size: 10pt; }
td { font-family: arial, sans-serif; font-size: 10pt;  }
small { font-size: 8pt; }
a:hover {
	color: Green;
	text-decoration: underline ;
	font-weight: bolder;
}