body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	color: #CC9933;
}
a:link {
	color: #CC9933;
	text-decoration: none;
}
a:visited {
	color: #CC9933;
	text-decoration: none;
}
a:active {
	color: red;
	text-decoration: none;
}
a:hover {
	color: #888888;
	text-decoration: none;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
}

div.subdirlist {
	width: 20em;
	border: 1px;
	border-style: outset;
	border-color: #CC9933;
	background-color: #333333;
	align: left;
}

div.subdirlist p.dirlist_title {
	margin: 0px;
	background-color: #CC9933;
	color: black;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}

div.subdirlist a {
	margin: 1em;
	white-space: nowrap;
}

div.piclist p.title {
	margin: 0px;
	background-color: #CC9933;
	color: black;
	font-weight: bold;
	text-align: center;
	border: 1px;
	border-style: outset;
	border-color: #CC9933;
}
div.piclist p.sort {
	margin: 0px;

	text-align: center;
}

table.pictures {
	width: 100%;
	border: 1px;
	border-style: outset;
	border-color: #CC9933;
}

tr.picture {
	background-color: #333333;
}

tr.picture td.image {
	width: 1%;
	padding: 5px;
	text-align: center;
}

tr.picture td.text {
	vertical-align: top;
}

tr.picture td.text p.imgdata {
	margin: 0.2em;
	font-weight: bold;
	color: #888888;
}

p.apage {
	text-align: right;
	font-size: smaller;
}

p.pagelist {
	text-align: center;
}

p.galleryblurb {
	text-align: left;
	vertical-align: top;
}

img {
	border: 1px;
	border-style: outset;
	border-color: black;
}


