@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #232222;
}

.normtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	line-height:16px;
}

.footlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	line-height:16px;
}

.foottext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ffffff;
	line-height:20px;
}

.contlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#333333;
	line-height:30px;
}

a:link {
	color: #b515a1;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #b515a1;
}
a:hover {
	text-decoration: none;
	color: #f874e8;
}
a:active {
	text-decoration: underline;
	color: #b515a1;
}
