html, body {
	font: 15px sans-serif;
	background: #000000;
	padding: 3px;
	color: #ffffff;
	margin: 0;
	}
#content img { 
	max-width: 250px;
	}
.center {
	width: 100% !important;
	text-align: center;
	}

a:link {color: #ffffff; text-decoration: none; }
a:active {color: #ffffff; text-decoration: none; }
a:visited {color: #ffffff; text-decoration: none; }
a:hover {color: #f00000; text-decoration: none; }