
TABLE {
  font-size: 13pt;
}

HTML {
  font-size: 13pt;
  font-family: Verdana;
  color: blue;
  font-weight: bold;
}

TH {
  font-style: italic;
  font-size: 18pt;
  font-family: Verdana;
}

BODY {
  font-size: 13pt;
  font-style: normal;
  margin-top: 5pt;
  
}

H1 {
  font-family: "Times New Roman";
  font-size: 25pt;
}

H2 {
  font-size: 20pt;
}

H3 {
  	font-family: "Times New Roman";
  	font-size: 27pt;
  	color: #FFFF00;
  	line-height: 80%;
}

H4 {
  font-size: 16pt;
}

H5 {
  font-size: 10pt;
  color: #FFFF00;
  font-weight: bold;
  font-family: Arial;
}

H6 {
  font-size: 12pt;
}

A {
  color: #FFFF00;
}

a:link {
  	text-decoration: none;
}

a:visited {
  	text-decoration: none;
}

a:hover {
  	color: red;
  	text-decoration: none;
  background-color: #FFFFCC;
}

a:active {
  	text-decoration: none;
}
