.mainTable {
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 85%;
}
body {
	background-color: #000000;
	background-image: url(images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.smallText {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
}
.displayTable {
	border: 2px solid #999999;
	padding: 5px;
	margin: 10px;
}
