body {
	color: white;
	font-size: 14px;
	font-family: "Arial";
	background-color: black;
	margin: 0px;
}

td {
	color: white;
	font-size: 14px;
	font-family: "Arial";
}

.heading {
	font-family: "Arial";
	font-size: 18px;
	font-weight: bold;
}

.subHeading {
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
}

.menu, .menu a, .menu a:visited {
	font-family: "Arial";
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.menu a:hover {
	text-decoration: underline;
}

.footer, .footer a, .footer a:visited {
	font-family: "Arial";
	color: white;
	text-decoration: none;
	font-size: 12px;
}

.footer a:hover {
	text-decoration: underline;
}
