h1
{
	font-family: Garamond;
	font-size: 18pt;
	color: #000099;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
h2
{
	font-family: Garamond;
	font-size: 14pt;
	color: #000099;
	font-style: oblique;
	font-weight: bold;
	text-align: center;
}
h3
{
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
body
{
	font-family: Times New Roman;
	font-size: 12pt;
	color: #000099;
	text-align: left;
}
.AlbumContainer
{
	background-color: Gray;
	padding: 2px;
}

.hiddenWindow
{
	display: none;
	position: absolute;
}

.visibleWindow
{
	display: block;
	background-color: #406cb0;
	color: #ffffff;
	position: absolute;
	border-style: solid;
	padding: 5px;
	border: solid 3px #94aece;
	font-weight: bold;
}

.visibleWindow a:visited, .visibleWindow a:active, .visibleWindow a:link
{
	color: #ffffff;
	text-align: center;
	position: static;
	cursor: hand;
	height: 10px;
	text-decoration: none;
}
.visibleWindow hover, .visibleWindow a:hover
{
	color: #000099;
	text-align: center;
	position: static;
	cursor: hand;
	height: 10px;
	text-decoration: none;
}

