@charset "utf-8";
.footer {
	font-size: 18px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #990000;
	color: #FFFFFF;
	margin: 0px;
}
.header {
	padding: 5px;
	text-align: left;
}
.button {
	text-align: center;
	vertical-align: middle;
	text-decoration: underline overline;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
body a:link {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.text {
	color: #000000;
	padding: 5px;
	font-weight: bolder;
}
body a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.special {
	color: #990000;
	background-color: #009900;
	margin: auto;
	height: auto;
	width: auto;
	border: medium solid #990000;
	font-weight: bold;
}

