/* <style> */
body { background: #333; color: #aaa;}
h1 {
	text-align: center;
	color: white;
	}
div.navNP, div.nav123,
div#gallery {
	border: thin black solid;
	/* width: 776px; */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: white;
}
div#gallery table {
	text-align: center;
	width: 776px; /* perfect for default settings */
	margin-left: auto;
	margin-right: auto;
	}
div.navNP a, div.nav123 a {
	padding-right: 6pt;
	padding-left: 6pt;
}
.thumb {
	/* width: 190px; height: 190px; */
	border: 1px solid black;
	padding: 1px;
	background: #555;
	font-size: small;
	color: black;
	vertical-align: bottom;
	}
div.thumb { float: left; }
a {
	text-decoration: none;
	color: #88c;
}
a:hover { color: #ccf; }
a strong { color: white; }	
a img { border: thin black solid; }
div#credits { text-align: center; margin-top: 10pt;}
div#caption {
	margin: 5px auto 5px auto;
	width: 776px;
}

/* </style> this tag is here to keep vi autohilighting stuff */
