@charset "UTF-8";
.nav {
	font-family: Copperplate;
	font-size: 16px;
	color: #D10007;
	text-align: center;
	background-color: #252525;
	font-weight: bolder;
}
.temp {
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
}
.blank {
	background-color: #D10007;
}
.nav:hover {
	background-color: #999999;
	font-style: normal;
	text-decoration: none;
	color: #C60209;
}
a:link {
	text-decoration: none;
	color: #C60209;
}
a:visited {
	text-decoration: none;
	color: #C60209;
}
a:hover {
	text-decoration: none;
	color: #C60209;
}
a:active {
	text-decoration: none;
	color: #C60209;
	font-family: Copperplate;
}
.temp:hover {
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
}
.gallery {
	font-family: Copperplate;
	font-size: 24px;
	color: #C60209;
	text-align: center;
}
