/* TEMPLATE STYLES */
.pagemaster {
	width: 100%;
	height: 100%;
  background-color: #fcf9ed;  
}
.page {
  background-color: #723c01;
}
.cpsep {
  background-color: #fcf9ed;
}
.album {
  border: white solid 1px;
  background-color: #b99e80;
}
/* GENERIC */
H1  {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	color: black;
	margin: 0;
}
H2  {
  font-family: Arial, Sans-Serif;
	font-size: 18px;
	color: #5f4019;
	font-style: normal;
  font-weight: bold;
	margin: 0;
}
H3  {
  font-family: Verdana, Arial, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	color: black;
}
H4  {
  font-family: Verdana, Arial, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	color: white;
	margin: 0;
}
H5  {
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 16px; 
	font-weight: bold;
	margin: 0;
	color: black;
}
H6  {
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 14px; 
	font-weight: bold;
	margin: 0;
	color: white;
}
.galleryname {
  margin-top: 10px;
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 16px; 
	font-weight: bold;
	color: black;
}
.sidepane {
color: white;
}
.sidepane table td {
color: white;
}
.sidepane A:link, .sidepane A:visited, .sidepane A:active {
    text-decoration: underline;
    color: white;
}
.sidepane A:hover {
    text-decoration: underline;
    color: #ff0000;
}

