/* 
 * Stylesheet for thumbnail listings 
 */

html, body {
	background-color: black;
	color: white;
	text-align: center;
}

table {
	margin-left: auto;
	margin-right: auto;
}

a:link {
	color: #6666ff;
}

a:visited {
	color: #ff66ff;
}

h1 {
	font-size: 18pt;
}