body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color: #120D09;
}
table {
	background-image: url(images/gallerybackground.png);
		background-repeat: no-repeat;
		background-color: #120D09;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	  margin-top: 0px;
}

a:link {
	text-decoration: none;
	color: #006666;
}

a:visited {
	text-decoration: none;
	color: #006666;
}

a:hover {
	text-decoration: none;
	color: #663333;
}

a:active {
	text-decoration: none;
	color: #669999;
}

.indent   { margin-left: 16px;  margin-right: 5px;   }

.small   { font-size: 11px;   }
