/* CSS Document */

body {
	background-color: #000000;
	font: Terminal;
}
table {
	font-size: 24px;
	font: Terminal;
}

td {
	color: #FF6600;
	font: Terminal;
	font-size: 14px;
	background-color: #000000;
	border: 0px;
}


.container
	{
	width:770px;
	position:relative;
	margin-left:-385px;
	left:50%;
	z-index: 2;
}

.titel {
	font-family: Terminal;
	font-size: 60px;
	color: #AB9200;
	padding: 10px;
}

.subtitel {
	font-family: Terminal;
	font-size: 14px;
	color: #FF6600;
	padding: 15px;
}

.news {
	font-family: Terminal;
	font-size: 14px;
	color: #FF6600;
	padding: 15px;
}

a:link {
	color:#F39849;
	text-decoration:none;
	font-weight: bold;
}
 a:visited {
	color:#F39849;
	text-decoration:none;
	font-weight: bold;
}
 a:focus {
	color:#F39849;
}
 a:hover {
	color:#FF8040;
	text-decoration:none;
	font-weight:bold;
}
 a:active {
	color:#F39849;
} 
