body {
	font-family: sans-serif;
	background-color: #ECF8FF;
}
table {
	border: none;
	border-collapse: collapse;
	empty-cells: show;
}
tr.menu td {
	border: 1px solid black;
	text-align: center;
	background-color: #B4D0DC;
}
div#footer {
	clear: both;
	margin-top: 20px;
	border-top: 1px solid gray;
	color: gray;
	font-size: 80%;
	text-align: center;
}
a:link, a:visited {
	color: #0000EE;
	text-decoration: none;
}
a:hover, a:active {
	color: #EE0000;
	text-decoration: underline;
}
