table {
	background-color: #000000;
	text-align: center;
}
body {
	color: #FFFFFF;
	background-color: #000000;

}
h1 {
	font-family: "Monotype Corsiva", Arial, "Times New Roman Special G1";
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 50px;
	margin-right: 50px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: justify;
	text-indent: 50px;
	vertical-align: top;
	margin-right: 50px;
	margin-left: 50px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
