#footer {
			font-family: sans-serif;
			color: #536269;
			text-align: center;
			font-size: medium;
}

#footer a:link {
			color: #536269;
			text-decoration: none;
}

#footer a:hover {
			color: #536269;
			background-color: gold;
			text-decoration: none;
}

#footer a:visited {
			color: #536269;
			text-decoration: none
}