#header, #footer{background-color:#fc0;}
a:link {
	color: #c00;
}

a:active {
	color: #c00;
}

a:visited {
	color: #c00;
}

a:hover {
	color: #c00;
	background: #fc3;
}