body {
	color: Blue;
	font-family: "Tahoma";
	background-color: #ffffdd;
	background-repeat: repeat;
	background-attachment: fixed;
}
.menuTable {
	margin-top: 10px;
}
.menu {
	text-align: center
	margin: 0px;
	border-style: solid;
	border-color: Blue;
	border-top-width: 2px;
	border-left-width: 12px;
	border-right-width: 12px;
	border-bottom-width: 2px;
}
a {
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline overline;
}
.sheet {
	border-style: solid;
	border-width: 1px;
}
.SheetBG {
}
h1 {
	font-weight: normal;
}
h2 {
	height: auto;
	width: 140px;
	background-color: #E6E6FA;
	clip: rect(auto auto auto auto);
	border-top: thin groove;
	border-right: thin;
	border-bottom: thin ridge;
	border-left: thin;
	text-align: center;
	overflow: auto;
	padding-top: 7px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	padding-bottom: 7px;
}
h4 {
	height: auto;
	width: 120px;
	background-color: #E6E6FA;
	clip: rect(auto auto auto auto);
	border-top: thin groove;
	border-right: thin;
	border-bottom: thin ridge;
	border-left: thin;
	text-align: center;
	overflow: auto;
	padding-top: 7px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	padding-bottom: 7px;
}
