body {
	color: white;
	font-size: 12pt;	
	font-family: arial, Helvetica, sans-serif;
}
h1 {
	color:white;
	font-size: 18pt;
	font-family: Arial Black, arial;
	font-weight: normal;
}

p {
	font-size: 10pt;
	color : white;
}
a {
	font-size: 10pt;
	color : white;
	text-decoration	: underline;
	
}
.black {
	color: #006699;
}