body {
	background: White;
	color: #2A20f7;
}
TD {
	background: White;
	color: #2A20f7;
}
a:link {
	background: White;
	color: #2D70CD;
}
a:visited {
	background: White;
	color: #68BFE2;
}
a:hover {
	background: White;
	color: Black;
}
a:active {
	background: White;
	color: #00FF7F;
}
.MenuBar {
	background: lightsteelblue;
	font: normal 110% monospace;
	color: #FEFF4D;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.MenuBar2 {
	background: lightsteelblue;
	font: normal 110% monospace;
	color: #FEFF4D;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
a.MenuBar {
	background: lightsteelblue;
	color: #FEFF4D;
}
.MenuBar:link {
	background: lightsteelblue;
	color: Blue;
}
.MenuBar:visited {
	background: lightsteelblue;
	color: Blue;
}
.MenuBar:hover {
	background: lightsteelblue;
	color: Red;
}
.MenuBar:active {
	background: lightsteelblue;
	color: #AFEEEE;
}
TD.MenuBar:link {
	background: lightsteelblue;
	color: Blue;
}
TD.MenuBar:visited {
	background: lightsteelblue;
	color: Blue;
}
TD.MenuBar:hover {
	background: lightsteelblue;
	color: Black;
}
TD.MenuBar:active {
	background: lightsteelblue;
	color: #AFEEEE;
}
.MenuBar2:link {
	background: lightsteelblue;
	color: Black;
}
.MenuBar2:visited {
	background: lightsteelblue;
	color: Black;
}
.MenuBar2:hover {
	background: lightsteelblue;
	color: Red;
}
.MenuBar2:active {
	background: lightsteelblue;
	color: #AFEEEE;
}

.mynormal { background: White; }
