body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}
a:link {
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #9999CC;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #99CC66;
	text-decoration: underline;
}
.navigation {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.navigation a:link {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.navigation a:hover {
	color: #E42619;
	text-decoration: none;
	font-weight: normal;
}
.navigation a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.red {
	color: #E42619;
}

