html {
	}
body {
	font-family:Arial, Helvetica, sans-serif;
	color : #000000;
	background : #ffffff;
	font-size : 12pt; 
	}
p { 

	}
h1 {
	text-align: center;
	font-size: 16pt;
	}
h2 {
	text-align: center;
	font-size: 14pt;
	}
a {
	text-decoration: underline;
	color:#0000FF;
	}

#header {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 20px;
	color: #ffffff;
	font-size: 18pt;
	text-align: center;
	font-weight: bold;
	}


#footer, #menu{
  display : none;
}