table#banner span {
	background-color: rgb(140, 234, 140);
	color: rgb(0, 0, 0);
}
table#banner {
	background-color: rgb(140, 234, 140);
	background-image: url("../../images/backdrops/st-patrick-bar.jpg");
	color: rgb(255, 255, 255);
}
table#banner a, table#banner a:visited {
	background-color: transparent;
	color: rgb(0, 0, 0);
}
table#banner a:hover {
	background-color: transparent;
	color: rgb(127, 0, 0);
}