body {
	background:#c00;
}
	
a {
	color:#f00;
}

a:hover {
	background-color: #f22;
	color: #fff;
}