button {
	cursor: pointer;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
html {
	font-family: Helvetica;
}