
h1 {font-weight:bold; font-size:14pt;}
h2 {font-weight:bold; font-size:12pt;}
h3 {font-weight:bold; font-size:12pt; text-decoration:underline}

a:link, a:active, a:visited {
  text-decoration:none; 
	color:#000000;
}
a:hover {
  text-decoration:underline; 
	color:#000000;
}

BODY {
  font-family:Arial,sans-serif; 
  font-size:10pt;
  color:#024F6F;
  margin:15px; 
  background-color: #BDE9FC; 
  padding:0px; 
}