html {
	background-color:lightgrey;
	font-family:arial;
}
a {
	color:blue;
	font-weight:bold;
	font-size:18px;
}
a:hover {
	color:purple;
	font-size:20px;
}