<style>
.cor{background:#cccccc; display:block}
.cor:hover{
	background:#ccff00;
	display:block;
	background-color: #CCCCCC;
	border: #CCCCCC;
}
</style>
a:hover {
	background-color: #CCCCCC;
}
