

h1 {
	font-family: arial;
	text-align: center;
	color: #FFFF00;
	font-size: 30pt;

}

h2 {
	background-color: #333333;
	font-family: arial;
	text-align: center;
	color: #FFFFFF;
	font-size: 20pt;
	font-weight: bold;

}
h3 {
	background-color: #333333;
	font-family: arial, verdana;
	text-align: center;
	color: #FFFFFF;
	font-size: 15pt;
	font-weight: bold;

}
h4 {
	font-family: arial;
	text-align: center;
	color: #FFFFFF;
	font-size: 10pt;
	margin-left: .5em;

}

h5 {
	font-family: arial;
	text-align: center;
	color: #ff6600;
	font-size: 12pt;
	margin-left: .5em;

}

h6 {
	font-family: arial;
	text-align: left;
	color: #FFFFFF;
	font-size: 10pt;
	margin-left: .5em;

}

p {
	font-family: arial;
	font-size: 10pt;
	color: #FFFFFF;
	margin-left: 1em;
}

body {
	background-color: #333333;
}