table#banner span {
	background-color: rgb(255, 168, 168);
	color: rgb(0, 0, 0);
}
table#banner {
	background-color: rgb(255, 168, 168);
	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);
}