body {
	font-size: 9pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : White;
	background : Black;
	margin-left : 4%;
	margin-right : 4%;
	text-align : justify;
}
h1 {
	font-size : x-large;
	color : #ff9933;
	line-height : 30px;
	font-weight : bold;
	text-align : center;
}
h2 {
	font-size : large;
	color : ff9933;
	line-height : 22px;
	font-weight : bold;
	text-align: center;
}
h3 {
	font-size: medium;
	color: #FF9933;
	line-height: 18px;
	font-weight: bolder;
	text-align: center;
}
a: link {
	color : Red;
}
a: visited {
	color : Fuchsia;
}
a: visited {
	color : Navy;
}

