@charset "ISO-8859-1";
.bold {
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #970A12;
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #970a12;
}
a:hover {
	color: #970A12;
	text-decoration: underline;
}
a:active {
	color: #970A12;
	text-decoration: none;
}

