BODY{
	background: black;
	color : white;
	font-family :  Arial, sans-serif;
	text-align: justify;
	font-size : 12pt;
}

H2 {
	font-family: Arial, sans-serif;
	text-align: justify;
	font-size: 14pt;
	color: white;
	font-weight: bold;
	font-style: italic;
}

A {
	text-decoration: none;
	color: red;
}

A:Hover {
	color: blue;
}

HR {
	color: white;
	height: 1pt;
}
