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

a {
	color: black; 
	text-decoration: none;
	}

a:visited {
	font-style: italic;
	}

a:hover {
	color: black;
	}

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


div#footer h3 {
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 0;
	}

table {
	width: 758px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	}

table th {
	text-align: left;
	}

table tr {
	}

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

