.albumPhotoCaption { font-size: 0.8em; }

.albumFileSize
{
	font-size: 0.8em;
}

div.album {
	align: center;
   text-align: center;
}

td {
	vertical-align: top;
	align: center;
	text-align: center;
}

table.album {
	border-collapse: separate;
   align: center;
}

td.album {
	vertical-align: top;
	align: center;
	text-align: center;
	border: 5px groove gray
}

table.albumLinks {
	border-collapse: separate;
   align: center;
}

td.albumLinks {
	vertical-align: top;
	align: center;
	text-align: center;
	border: 3px groove #006600
}

img.album {
	border: 0;
}

.fineprint
{
	font-size: 9pt;
}

/* Because Netscape Navigator 4 does not allow inheritance into tables, and breaks inheritance after tables, rather than simply setting properties on the body and relying on inheritance, we explicitly set the properties using a selector group. */
/* This basic style sheet provides selectors for the most commonly used elements. Use it as the basis for your style sheets. */
h3.album
{
	background-color: #006600;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
 align: center
}

