Focus and hover, better accessibility using mouse or keyboard

a:hover,
input:hover,
button:hover,
select:hover,
a:focus,
input:focus,
button:focus,
select:focus {
	font-weight: bold;
}