html {
	overflow-y: scroll;
}

body {
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

a {
	color: red;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

