body {
	background-color: white;
	text-align: center;
	font-family: monospace;
	color: black;
	}

a {
	color: black;
	text-decoration: none;
	padding: 5px;
	}

a:visited {
	font-style: italic;
	}

a:hover {
	background: black;
	color: yellow;
	}

div#page {
	margin-top: -4px;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	width: 758px;
	}

img#header {
	border-bottom: 1px solid black;
	}

div#footer {
	border: 1px solid white;
	}

div#footer h3 {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 0;
}
table {
	width: 758px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
	}

table th {
	text-align: left;
/*	border-bottom: 1px solid black;*/
	}

table tr {
	}

table td {
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
	}
