/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #D5D4D0;
}
p {
	font-size: 13px;
}
#header {
	background-image: url(https://www.printystamp.com/city/background.gif);
	background-repeat: repeat-x;
	padding-left: 90px;
	margin-bottom: 25px;
}
h1 {
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	color: #B4120F;
	text-align: center;
}

a:link, a:visited {text-decoration: none; color: #CC0000}
a:hover { color: #000000 }
#box {
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 5px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#box a:link {
	color: #FFFFFF;
}
#box a:hover {
	color: #efefef;
}
#table_back {
	background-color: #FFFFFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
} 
a.linkopacity img {
	filter:alpha(opacity=85);

-moz-opacity: 0.85; 
	opacity: 0.85;

-khtml-opacity: 0.85;	
-khtml-opacity: 1.0; 	border: 1px solid #999999;
}

a.linkopacity:hover img {
	filter:alpha(opacity=100);

-moz-opacity: 1.0; 
	opacity: 1.0;

-khtml-opacity: 1.0; 	border: 1px solid #CC0000;
}
