html { min-height: 100%; margin-bottom: 1px; }


body {
	background-color: #7b0029;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: normal;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}
.bodytextCentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {

	color: #000000;
	text-decoration: underline;
}
a:active {


	color: #000000;
	text-decoration: underline;
}
.footer {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
