body {
	color: Black;
	background-color: White;
	font-family: Arial, "Century Schoolbook", "Courier New", serif;
	font-size: medium;
	text-align: center;
}

a {
	text-decoration: none;
}

a:hover {
	color: Yellow;
	text-decoration: underline;
}