body {
	background-color: white;
	color: black;
}

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

.header {
	display: none;
}

.menu {
	display: none;
}

.addrdetails {
	margin: 0.5em;
}

.addrdetails th {
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.addrdetails td {
	font-size: 0.8em;
	text-align: left;
	vertical-align: top;
}

.imgdisp {
	clear: none;
	float: left;
	text-align: center;
}

.footer {
	display: none;
}