body {
	font-family: sans-serif;
	text-decoration: none;
	padding:5px;
	margin:5px;
	background-color:#000;
	color: #c0c0c0;
}

h1 {
	color:#ff9933;
	font-family: sans-serif;
	font-size: 36px;
	font-variant:small-caps;
	font-weight: 900;
	margin-top:3%;
	margin-left:10px;
	vertical-align:baseline;
	margin-left: 10px;
	vertical-align:bottom;
}

#hans {
	background-color: #000;
	margin-top: 0px;
	border-top: 2px ridge #999;
	border-bottom: 2px ridge #999;
	font-size: 8px;
	font-weight: 400;
	color: #606060;
	display: block;
	height: 500px;
	margin-left: 10px;
	margin-right:10px;
	padding-top:20px;
	padding-bottom:10px;
	visibility: visible;
}

a:link {
	color: #ff9933;
	font-family: sans-serif;
	text-align: justify;
	text-decoration: none;
	font-weight:900;
}

a:visited {
	color: #996600;
	font-family: sans-serif;
	text-align: justify;
	text-decoration: none;
	font-weight:900;
}
a:hover {
	color: #ffffff;
	font-family: sans-serif;
	text-align: justify;
	text-decoration: none;
	font-weight:900;
}
.linkline {
	color: #999;
	font-family: sans-serif;
	font-size: large;
	font-variant: small-caps;
	font-weight: 800;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
}
