  <!-- For Titles -->
  H1 {
	font-size:10pt;
	font-style:bold; 
	text-align:center;
	}

  <!-- For SubTitles -->
  H2 {
	font-size:10pt; 
	font-style:bold; 
	text-align:center;
	}

  <!-- For paragraphs -->
  H3 {
	font-style:normal; 
	font-weight:normal; 
	font-size:10pt; 
	text-align:justify;
	}

  <!-- For Small Print -->
  H4 {
	font-size:9pt;
	}

  BODY {
	text-align:justify; 
	font-size:10pt; 
	margin:3em; 
	background-color:#FFFFFF;
	}
