html {
	overflow: auto;
}
body {
	background: #fff;
	margin-left: 0px;
	margin-right: 0px;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	background: none;
}
.header {
	font: 36px arial, helvetica, sans-serif;
	color: #556d85;
}
.text {
	font: 11px arial, helvetica, sans-serif;
	text-align: center;
	color: #556d85;
	text-decoration: none;
}
.bold {
	font: bold 12px arial, helvetica, sans-serif;
	color: #000;
}
.description {
	font: 11px arial, helvetica, sans-serif;
	text-align: center;
	color: #000;
	padding: 3px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.links {
	border-top: 1px solid #556d85;
	border-bottom: 1px solid #556d85;
}
.linxtext {
	font: 11px arial, helvetica, sans-serif;
	color: #556d85;
	text-decoration: none;
}
.opacity:hover {
	opacity: 0.5;
	filter: alpha(opacity=40);
}