body {
	background-color: #000000;
	font-family: Bookman Old Style, Garamond, Times New Roman, Times, serif;
	color: #00AB59;
	text-align: center;
}

table {
	align: center;
}

td, th {
	font-family: Bookman Old Style, Garamond, Times New Roman, Times, serif;
	color: #ED2E38;
}

p {
	align: center;
}	
	
h1 {
	color: #EF2B2D;
	text-align: center;
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	color: #EF2B2D;
	text-align: center;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	color: #00AF93;
	text-align: left;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	color: #00AF93;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0;
}

h5 {
	color: #00AF93;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
}


h6 {
	color: #EF2B2D;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
}

hr {
	color: #EF2B2D;
}


a {
	font-family: Bookman Old Style, Garamond, Times New Roman, Times, serif;
	color: #FFF500;
	font-size: 18px;
}

input {
	font-family: Bookman Old Style, Garamond, Times New Roman, Times, serif;
	font-size: 12px;
}

textarea {
	font-family: Bookman Old Style, Garamond, Times New Roman, Times, serif;
	font-size: 16px;
}

select {
	font-family: Bookman Old Style, Garamond, Times New Roman, Times, serif;
	font-size: 12px;
}

ul {
	list-style-type: circle;
	list-style-position: outside;
	color: #00AF93;
	margin-top: 0;
	margin-bottom: 0;
}

li {
	font-family: Bookman Old Style, Garamond, Times New Roman, Times, serif;
}

ol {
	list-style-type: upper-alpha;
	list-style-position: outside;
}