body {
	background-color: #111111;
	font-family: arial;
}

/***** title *****/

h1.title {
	text-align: center;
	color: #ff8040;
	margin-bottom: 0px;
}

/***** thumbnails *****/

table.thumbs {
	border: 0px;
	margin-left:auto; 
	margin-right:auto;
}

td.thumbs {
	padding: 5px;
	text-align: center;
}

a.thumbs:link {
	text-decoration: none;
}

a.thumbs:visited {
	text-decoration: none;
}

img.thumbs {
	padding: 0px;
	border: 2px solid #c0c0c0;
}
