body {
	background-color: black;
}


table {
	background-color: black;
}


th {
	text-align: center;
	background-color: black;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 28px;
	color: White;
}


td {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: White;
}

img {
	border: 5px ridge #F5F5F5;
}

img.button {
	border: 0px;
}

a {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: White;
	text-decoration: underline;
}




