BODY{
	background: black;
	color : white;
	font-family :  Arial, sans-serif;
	text-align: justify;
	font-size : 12;
}

H2 {
	font-size: 10pt;
	color: white;
}

H3 {
	font-size: 10pt;
	color: white;
	
}

H4 {
	font-size: 10pt;
	color: white;
}

A {
	text-decoration: none;
	color: white;
}

A:Hover {
	color: blue;
}

HR {
	color: white;
	height: 1pt;
}
