body {
	background-color: Silver; color: Black; font-family: "Times New Roman", Times, serif; font-size: 100%; width: 66%;
}
a:link {
	color: Blue; text-decoration: none;
}
a:active {
	color: Red; text-decoration: none;
}
a:visited {
	color: Purple; text-decoration: none;
}
td.menu {
	border: ridge; padding: 5px; text-align: center;
}
td.menuleft {
	border: ridge; padding: 5px; text-align: center; width: 80%;
}
td.menuright {
	border: ridge; padding: 5px; text-align: center; width: 20%;
}
.fineprint {
	font-size : xx-small;
}
