@charset "utf-8";
/* CSS Document */

.MainPageHeadlines {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.Paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.Links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E7951A;
	font-weight: bold;
}
body {
	background-color: #000000;
	margin-top: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E99718;
	font-weight: bold;
}
a:visited {
	color: #E99718;
}
a:hover {
	color: #E99718;
}
a:active {
	color: #E99718;
}