html {
	background-color: #333333;
}

a {
		color: white;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
		font-family: sans-serif;
	}
	
a:hover {
		color: #660000;
	}
	
div#thumbs {
		text-align: center;
		margin: 10px;
	}

body {
	}

img {
		margin: 4px;
	}