body {
font-size: 18px;
}

a.button:link, a.button:visited {
	color: blue; 
	text-decoration: none;
	font-weight: normal;
}

a.button:hover {
	color: red;	
	text-decoration: none;
	font-weight: bold;
}

