@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.footer {
	font-family: "Book Antiqua";
	font-size: 13px;
	font-weight: bold;
	color: #3F4141;
}
.Titles {
	color: #FF0000;
	font-family: "Book Antiqua";
	font-size: 13px;
	font-weight: bold;
}
a:link {
	color: #3F4141;
	text-decoration: none;
}
a:visited {
	color: #3F4141;
	text-decoration: none;
}
a:hover {
	color: #EC1E24;
	text-decoration: underline;
}
a:active {
	color: #EC1E24;
	text-decoration: none;
}
a {
	font-family: Book Antiqua;
	font-size: 13px;
	font-weight: bold;
}


