body {  
		color: black; 
		background-color: white;
		font-family: Arial, sans-serif;
}
p {
		font-size: 80%;
}
td#menucell  {

		width: 100px;
		text-decoration: none;
		font-weight: bold;		
		font-size: 100%;
		text-align: left;
}
td#reservation  {
		width: 500px;
		font-weight: bold;
		font-size: 90%;
		text-align: right;
}
td#footer  {
		background: #000066; 
		height: 5px;
		/* border-top: 2px solid black; */
		/* border-bottom: 2px solid black; */
		text-align: left;
}
img#homepage {
		float: right;
		border: none;
		margin: 10px 0px 3px 20px;
}
.hometitle {  
		font-style: italic;
		font-size: 100%;
		font-weight: normal;
		color: #990000;
}
.footnote {  
		font-style: normal;
		font-size: 75%;
		font-weight: normal;
}
.menu A:link {text-decoration: none; color: #990000;}
.menu A:visited {text-decoration: none; color: #990000;}
.menu A:active {text-decoration: none; color: #990000;}
.menu A:hover {text-decoration: none; color: black;}

div#pageborder {
		border: outset 2px;
		margin: 0px;
		background: white;

}
sup {
	font-size: 60%;
}
.label {
	font-size: 80%;
	font-weight: normal;
}

td.thumbnail {
	background-color: white;
	text-align: center;	
}
#email {
	text-align: bottom;
	margin-top:2px;
}

