body {
	font-family: sans-serif;
	text-decoration: none;
	padding:5px;
	margin:5px;
	background-color:#000;
	background-image: url('/img/str.png');
	background-repeat: repeat;
	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;
	border-bottom: 2px ridge #999;
	border-top: 2px ridge #999;
	color: #909090;
	display: block;
	font-size: 6px;
	font-weight: 400;
	height: 500px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-top: 20px;
	visibility: visible;
}

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

a:visited {
	color: #606060;
	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;
}
a.imt:link {
	color: #303030;
}
a.imt:hover {
	color: #909090;
}
a.imt:visited {
	color: #000000;
}
.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;
}
