body {
	background-color: black;
	color: white;
}
a {
	background-color: transparent;
	color: brown;
	font-weight: bold;
}
a:visited {
	background-color: transparent;
	color: maroon;
}
a:hover {
	background-color: transparent;
	color: orange;
}
h1 {
	font-family: century gothic, arial, helvetica, sans-serif;
	text-align: center;
	color: brown;
	background-color: transparent;
}
div.index {
	text-align: center;
}
div.index table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div.navigation {
	text-align: center;
}
div.navigation table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div.photograph {
	text-align: center;
}
div.photograph table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
td.thumbcell {
	width: 130px;
}
div.title {
	font-weight: normal;
	font-family: century gothic, arial, helvetica, sans-serif;
	text-align: right;
	font-size: 0.8em;
	color: brown;
	background-color: transparent;
}
.caption {
	font-family: century gothic, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
	color: white;
	background-color: transparent;
}
.footnote {
	font-size: 0.5em;
	text-align: right;
	font-family: century gothic, arial, helvetica, sans-serif;
        color: silver;
}
.textleft {
	text-align: left;
	font-family: century gothic, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: brown;
	background-color: transparent;
}
.textright {
	text-align: right;
	font-family: century gothic, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: brown;
	background-color: transparent;
}
.textcenter {
	text-align: center;
	font-family: century gothic, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: brown;
	background-color: transparent;
}
