* html { 
	height: 100%;
	width: 100%;
	}

	@font-face {
		  font-family: 'Yanone Kaffeesatz';
		  font-style: normal;
		  font-weight: 400;
		  src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'), url('http://www.ae-neukoelln.de/font/regular.ttf') format('truetype');
		}

body {
  	margin: 0;
  	border: 0;
  	padding: 0;
  	height: 100%; 
  	max-height: 100%;
	background-color: black;
  	font-family: Helvetica, Arial, Sans-Serif; 
	text-align: center;
	color: #86704b;
	font-size: 10pt;
	text-align: left;
  	}
  	
table {
  	font-family: Helvetica, Arial, Sans-Serif; 
	font-size: 12px;
	}
	
td {
  	font-family: Helvetica, Arial, Sans-Serif; 
	font-size: 12px;
	}

	
input {
	background-color: #151515;
	border: 0px;
	color: #c45819;
}

a {
	color: #c45819;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #c45819;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #c45819;
	text-decoration: underline;
	font-weight: bold;
}

a.secret {
	color: #86704b;
	font-weight: normal;
}

a.secret:visited {
	color: #86704b;
	font-weight: normal;
}

a.secret:hover {
	color: #c45819;
	font-weight: normal;
	text-decoration: none;
}

div	{
	border: 0px none;
	}

h1 {
	text-align: left;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: bold;
	color: #c45819;
	margin: 0;
	padding: 0;
	border: 0px none;
	}

small {
	font-size: 8.5pt;
}

