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

body {
	background-color: #000000;
}

.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
	line-height: 30px;
}

a:link {
	color: #a21715;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #a21715;
}

a:hover {
	text-decoration: none;
	color: #ee2929;
}

a:active {
	text-decoration: none;
	color: #a21715;
}

.footer_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #000000;
	text-align: center;
}