
body {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 1em;
  margin-right: 1em;

  font-family: "MS –¾’©", "Times New Roman", –¾’©, sans-serif;
  font-size: 18pt;
  color: #00054c;

  text-align: justify;
  line-height: 120%;
}

th, td { /** ns 4 **/
	font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 { 
  font-family: "Times New Roman", sans-serif;
  /** text-align: left ; **/
}

h1 { 
	font: bold 200%;
	margin-bottom: 2em;
}

h2 { 
	font: bold 160%;
	margin-bottom: 2em;
}

h3 { font: 120% }
h4 { font: bold 100% }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

.hide { display: none }

a:hover { background: #eeeeee } 


