a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-size: 30px;
	background-color: green;
}