a:link {
	color:#FFEECC;
}
a:visited {
	color:#FFEECC;
}
a:active {
	color:black;
}
table.footer, h1 {
	position:relative;
	left:50%;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:-400px;
	width:800px;
	text-align:center;
	text-transform:uppercase;
	font-family:Perpetua Titling MT,Goudy Old Style,Georgia;
	color:#FFEECC;
	font-weight:bold;
	line-height:175%;
	font-size:16px;
	text-shadow:0px 0px .8em #000000;
}
td.footer {
	background:#9E8256;
	color:#FFEECC;
	cursor:default;
}
#slideshowdiv{
	border-collapse:separate;
	display:table;
	background-color:#000000;
	padding:0px;
	margin:20px auto 0px auto;
	box-shadow: 5px 5px 15px #000000;
}
#slideshowimage {
	display:block;
	border:1px solid #000000;
	margin:0px;
	padding:0px;
}

@media only screen and (max-device-width: 650px) {
	table.footer  {
		left:0px;
		margin:0px;
		padding:0px;
		width:100%;
		left:0%;
		text-align:center;
		line-height:400%;
	}
	td.footer{
		width:100%;
	}
	h1 {
		font-size:32px;
	}
}