body {
	background:#fc0;
}
	
a {
	color:#f60;
}

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