/* Main Selectors */

a, a:visited {
	background-color: transparent;
}

a:hover {
	background-color: transparent;
}

/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#content td.thumbcell {
	width: 100px;
	border-style: none;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#content td.thumbcell img {
	border-style: none;
}

div#content div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}
