@charset "utf-8";
/* CSS Document */

body {
	font: small tahoma;
	text-transform: uppercase;
	color: #ebebeb;
	background: #818286;
	list-style: square;
	letter-spacing: 1px;
	font-weight: bold;
}
.navigation {
	background: #231F20;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	background-color: #231F20;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline-style: none;
}

h1 {
	font: bold medium tahoma;
	text-transform: uppercase;
	color: #A31627;
	font-weight: bolder;
	font-stretch: wider;
}

.main_text {
	font: bold small tahoma;
	text-transform: uppercase;
	color: #ebebeb;
}
a:link {
	text-transform: uppercase;
	color: #ebebeb;
	text-decoration: underline;
	font-family: tahoma;
	font-size: small;
}
a:visited {
	font: small tahoma;
	text-transform: uppercase;
	color: #ebebeb;
	text-decoration: underline;
}
a:hover {
	font: small tahoma;
	text-transform: uppercase;
	color: #a51724;
	text-decoration: underline;
}
a:active {
	font: small tahoma;
	text-transform: uppercase;
	color: #ebebeb;
	text-decoration: underline;
}
