body {
	background-color: White;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

a:link, a:visited {
	font: bold sans-serif;
	color: White;
	text-decoration: none;
}

a:hover {
	font: bold sans-serif;
	color: Yellow;
	text-decoration: none;
}

