table#banner span {
	color: rgb(140, 198, 24);
}
table#banner {
	background-color: rgb(82, 0, 123);
	background-image: url("../../images/backdrops/cidermonth.gif");
	background-repeat: no-repeat;
	background-position: center left;
	border-style: solid;
	border-color: rgb(140, 198, 24);
	border-width: 2px 0px 2px 0px;
	color: rgb(0, 0, 0);
}
table#banner a, table#banner a:visited {
	background-color: transparent;
	color: rgb(140, 198, 24);
}
table#banner a:hover {
	background-color: transparent;
	color: rgb(255, 255, 255);
}