body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
pre {
	font-family: Courier New, Courier, mono;
	background-color: #F7F7F7;
	padding: 1px;
}
a, a:visisted {
	color: #656CA3;
	text-decoration: underline;
}
a:hover {
	background-color: #656CA3;
	color: #FFFFFF;
	text-decoration: none;
}

<style>
    H1      {
      font-size: 24pt;
      font-family: Verdana;
      color: #000080;
      text-align: center;
      font-weight: bold;
      margin-left: 40; 
      margin-right: 40;    
      }

    H2      {
      font-size: 12pt;
      font-family: Verdana;
      color: #000080;
      text-align: justify;
      margin-left: 40; 
      margin-right: 40;
      text-indent: 30;
      font-weight: 400;      
      }

    H3      {
      font-size: 10pt;
      font-family: Verdana;
      color: #000080;
      text-align: justify;
      margin-left: 40; 
      margin-right: 40;
      font-weight: bold;      
      
      }


    H4      {
      font-size: 7pt;
      font-family: Verdana;
      color: #000080;
      font-weight: 400;      
      text-align: justify;
      margin-left: 10; 
      margin-right: 10;     
      text-indent: 0;     
      }


    H5      {
      font-size: 18pt;
      font-family: Verdana;
      color: #000080;
      text-align: justify;
      margin-left: 40; 
      margin-right: 40;
      text-indent: 0;
      font-weight: bold;      
      }

    H6      {
      font-size: 12pt;
      font-family: Verdana;
      color: #000080;
      font-weight: 400;      
      text-align: justify;
      margin-left: 40; 
      margin-right: 0;     
      text-indent: 30;     
      }
      
</style>