Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	color: #000000;
	background: #FF9900;
	margin-left : 5%;
}

H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style : normal;
	font-weight : bold;
	color: #cc6600;
	text-align : center;
}

H2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: lighter;
	color: #FF9900;
}

H3{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000; 
	font-weight: bold;
}

TABLE{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
}

A:Link {
	color: #006633;
	text-decoration: none
}
A:Visited {
	color: Purple;
	text-decoration: none
}
A:Hover {
	color: #cc6600;
	text-decoration: none;
}
A:Active {
	color: Blue;
	text-decoration: none
}
