body {
	font-family: arial;
	font-size: 3em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	background-color: green;
}

a:active{
	color: red;
	font-weight: bold;
}