body {
	background-color: #000;
	padding: 2em;
	font-family:
		"Bookman Old Style",	/* Windows, MacOS */
		"Serifa BT",		/* Windows XP. Not the same font,
					   but the overall look is close enough. */
		"URW Bookman L",		/* Unix+X+FontConfig */
		"itc bookman",		/* Unix+X */
		/* Fallback options */
		times,			/* Unix+X, MacOS */
		serif;
	/* Credits to: http://web.mit.edu/jmorzins/www/fonts.html */
	}

h1 {
	color: #ddd;
	padding-top: 20px;
	text-align: center;
	}

p {
	color: #ddd;
	text-align: center;
	}

a:link {
	color: #ddd;
	text-decoration: none; 
	}
a:active {
	color: #900;
	}
a:visited {
	color: #ddd;
	text-decoration: none; 
	}

a:hover {
	color: #c04; 
	text-decoration: none; 
	}
	
img {
	border: 4px solid #666;
	padding: 20px 20px 10px 10px;
	margin: 10px;
	}