body {
	background-color: Navy; color: White; font-family: "Courier New", Courier, monospace; font-size: 100%; width: 66%;
}
a:link {
	color: Teal; text-decoration: none;
}
a:hover {
	color: Aqua; text-decoration: none;
}
a:active {
	color: Aqua; text-decoration: none;
}
a:visited {
	color: Blue; text-decoration: none;
}
a:visited:hover {
	color: Aqua; text-decoration: none;
}
td.menu {
	border: solid; border-color: White; border-width: 1px; padding: 5px; text-align: center;
}
td.menuleft {
	border: solid; border-color: White; border-width: 1px; padding: 5px; text-align: center; width: 80%;
}
td.menuright {
	border: solid; border-color: White; border-width: 1px; padding: 5px; text-align: center; width: 20%;
}
.fineprint {
	font-size : xx-small;
}
