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;
}

.newsRef {
	background: White;
	font: normal;
        font-size: small;
	color: #2D70CD;
}
.newsRef:link {
	background: White;
	font: normal;
	color: Gray;
}
.newsRef:visited {
	background: White;
	color: Gray;
}
.newsRef:hover {
	background: White;
	color: Red;
}
.newsRef:active {
	background: White;
	color: Red;
}

.newsLink {
	background: White;
	font: normal;
	color: #2D70CD;
}
.newsLink:link {
	background: White;
	font: normal;
	color: #2D70CD;
}
.newsLink:visited {
	background: White;
	color: #2D70CD;
}
.newsLink:hover {
	background: White;
	color: Black;
}
.newsLink:active {
	background: White;
	color: Black;
}

.mynormal { background: White; }