A:link {
	COLOR: white;
}
A:visited {
	COLOR: white;
}
A:active {
	COLOR: white;
}
A:hover {
	COLOR: white;
	text-decoration: none;
}

body {
	background-color: black;
	padding: 5px;
	margin: 0;
}

table {
	margin: 0;
	margin-top: 50px;
	border: solid 1px gray;
	width: 100%;
}

table td {
	border: solid 1px gray;
}

td.header {
	text-align: center;
}

td.menu {
	text-align: center;
	color: white;
}

td.menu a {
	color: white;
	text-decoration: none;
	padding: 0 1ex;
	font-weight: bold;
}

td.content {
	color: white;
	text-align: center;
	font-family: sans-serif;
	font-size: 80%;
	padding-bottom: 20px;
}

img {
	display: block;
	margin: 0 auto;
}