body {
	color: #3e3e3e;
	background-color: white;
	font-family: sans-serif;
	font-size: smaller;
	text-align: left;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #6d6d6d;
	text-decoration: underline;
}