table#banner {
	background-color: rgb(180, 211, 165);
	background-image: url("../../images/backdrops/eid-mubarak.png");
	color: rgb(0, 0, 0);
}
table#banner a, table#banner a:visited {
	background-color: transparent;
	color: rgb(0, 0, 170);
}
table#banner a:hover {
	background-color: transparent;
	color: rgb(255, 0, 0);
}