/* GLOBAL PARAMETERS */

html, body {
      background: #000000;
	  margin: 0;
      padding: 0;
      border: none;
	  height: 100%; 
   }
   

h1 { 
	font-family: verdana; 
	font-size: 9pt; 
	color: #000000;
	font-weight: normal;
	text-align: center;
	margin-top: 0;
}