/* TEMPLATE STYLES */
.pagemaster {
	width: 100%;
	height: 100%;
  background-color: #333333;
}
.page {
  background-color: #a50300;
}
.cpsep {
  background-color: black;
}
.album {
  border: white solid 1px;
  background-color: black;
}
.albumpane table td {
  color: white;
}
.albumpane a:link, .albumpane a:visited, .albumpane a:active, .albumpane a:hover {
    color: white;
}
.albumpane p {
  margin: 10px 0;
}
.sidepane table td {
  color: white;
}
.sidepane a:link, .sidepane a:visited, .sidepane a:active, .sidepane a:hover {
    color: white;
}
/* GENERIC */
H1  {
  font-family: Arial, Sans-Serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: white;
	margin: 0;
}
H2  {
  font-family: Arial, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: white;
	margin: 0;
}
H3  {
  font-family: Arial, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	color: #464646;
}
H4  {
  font-family: 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: 16px; 
	font-weight: bold;
	margin: 0;
	color: white;
}
.pizzatitle {
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 16px; 
	font-weight: bold;
	color: white;
background-color: #a50300;
padding: 5px;
}
