a {
	color: Black; text-decoration: none;
	background-color: White;
}

a:hover {
	color: Green; text-decoration: underline;
	background-color: White;
	}

body {
	margin-left: 10px;
	color: Black;
	background: White;
	font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}

html, body {
color: Black;
background-color: White;
}
#container {
}
