body {
	background-color: #000000;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
}
table {
	font-size: 12px;
	width: 900px;
	border: thin none #FF0000;
	background-color: #FFFFFF;
}
th {
	color: #FFFFFF;
	border: thin solid #FFFFFF;
	background-color: #FF3300;
}

td {
	border: thin none #FFFFFF;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #FFFFFF;
	font-weight: normal;
}
b {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.big {
	text-align: center;
	font-size: 36px;
}

tr {
	background-color: #000000;

}

