body {
	background-color: #000000;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	margin-left: 25%;
	margin-right: 25%;
}

img {
	border: none;
	margin-bottom: 5px;
}

a:link, a:visited {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ff6666;
	text-decoration: none;
}

.center {
	text-align: center;
}