html {
	font-size: 100%;
	border: none;
	padding: 0;
	margin: 0;
	color: #000080
}

p {
  margin: 1ex 0;
}

p.title {
	font-size: 16pt;
	line-height: 18pt;
	font-weight: bold;
	text-align: center;
}

p.date {
       font-size: 14pt;
       line-height: 16pt;
       font-weight: bold;
       text-align: center;
}

p.footer {
	 font-size: 10pt;
	 line-height: 12pt;
}

p.feature {
       font-size: 14pt;
       line-height: 16pt;
       font-weight: bold;
       text-align: left;
}

td.toc {
      align: center;
}
	  
a.toc:hover {
      font-weight: bold;
}

ul {

}


h1 {
   text-align: left;
   font-weight: bold;
   font-size: 14pt;
   font-color: #0000cc;
}




