body {
	margin: 0 0 0 0;
	color: white;
	/*font-family: sans-serif;*/
	font-family: Geneva, ‘Lucida Sans’, ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, sans-serif;
	text-shadow: 2px 2px 3px #222222;
	font-size: 15px;
	line-height: 1.5em;
}

/* === links === */

a {
	color: #7fe22c;
	text-decoration: none;
}

a:hover {
	color: #7fe22c;
	text-decoration: underline;
}

a:visited {
	color: #67a92E;
	text-decoration: none;
}

a:visited:hover {
	text-decoration: underline;
}
