@charset "windows-1252";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #f1f1f1;
	margin: 0px;
	height: 100%;
	width: 100%;
}
.front_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #800040;
	font-weight: bold;
}
a:link {
	color: #800040;
}
a:visited { 
	color: #800040;
	}
a:hover { 
	color: #800040;
	text-decoration: none;
	}
a:active { 
	color: #800040;
	}