body {
	background-color: #000000;
	background-image: url('img/background.jpg');
}

td.header-links a {
	color:white;
}

table.header {
	width: 540px;
	max-width: 540px;
	background-color: #000000;
	border: 2px solid #000000;
}

td.banner {
	height: 75px;
	background-image: url('img/banner.gif');
}

td.header-links {
	text-align: center;
	font-family: "Times New Roman";
	font-size: 14px;
	color: white;
}

table.content {
	width:540px;
	max-width: 540px;
	background-color: #000000;
	border: 1px solid #000000;
}

td.misc {
	width: 109px;
	max-width: 109px;
	text-align: left;
	word-wrap: break-word; /* IE proprietary, needs to be tested in other old browsers... */
	vertical-align: top;
	background-color: #191919;
	font-family: "Times New Roman";
	color: gray;
	padding-top: 0px;
}

td.misc a {
	font-size: 13px;
	color: white;
}

td.content {
	background-color: #679F6D;
	text-align: left;
	word-wrap: break-word; /* IE proprietary, needs to be tested in other old browsers... */
	width: 430px;
	max-width: 430px;
	vertical-align: top;
	font-size: 14px;
	font-family: "Times New Roman";
	color: black;
}

td.content h1 {
	margin-top: 3px;
}

td.content a {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

div.button {
	float: right;
}