body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	background-image: url(fading_background_16.png);     */
	background-repeat: repeat-x;
}
a {
	font-weight: bold;
	color: #437e7a;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5ba067;
}
a:hover {
	text-decoration: underline;
	color: #5ba067;
}
a:active {
	text-decoration: none;
}
h3 a {
text-decoration:none;
color:#4f2c2a;
}
h3 a:visited {
	text-decoration:none;
	color:#4f2c2a;
}
h3 a:hover {
	text-decoration: underline;
	text-decoration:overline;
	color: #437e7a;
}
h3 a:active {
	text-decoration: none;
		color: red;
}
h4 a {
text-decoration:none;
color:#437e7a;
}
#content {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-left:auto;
	margin-right:auto;
	width:75%;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	text-align: left;
	float: left;
	position: absolute;
	left: 0px;
	width: 97%;
	margin-top: 10px;
	background-position: center;
	padding: 5px;
	border: thin solid #4f2c2a;
	margin-left: 1%;
	margin-right: 1%;
}

#preso {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.caption {
	font-size: small;
	font-style: italic;
}
.nooutline a {
	text-decoration:none;
	color:white;
}
