body {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	margin-right: auto;
	font: 12px Verdana,sans-serif;
	background-color: white;
	color: black;
}

a, a:visited {
	text-decoration: none;
	color: black;
}

a:active, a:hover {
	text-decoration: underline;
	color: red;
}

