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

body {
  	margin: 0;
  	border: 0;
  	padding: 0;
  	height: 100%; 
  	max-height: 100%;
	background-color: black;
  	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	text-align: center;
	color: #86704b;
	font-size: 10pt;
	text-align: left;
  	}
  	
table {
	font-size: 10pt;
	}
	
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;
}
