a:hover {
	text-decoration: underline;
	color: #000000;
}

.class {
	font-size: small
}
a:visited {
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
body {
	background-color: #9D9D9D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small
	margin-top: 0px;
	margin-left: 0px;
}
#obst {
	height: 200px;
	width: 300px;
	margin-left: -150px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -100px;
	z-index: 3;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #666666;
}
#bar {
	left: 0px;
	top: 28px;
	z-index: 3;
	position: fixed;
	width: 100%;
	height: 18px;
	text-align: center;
	font-size: small;
}
#upperbar {
	position: fixed;
	z-index: 3;
	width: 100%;
	top: 0px;
	right: 0px;
	height: 56px;
	background-color: #9D9D9D;
}
#titles {
	padding: 6px;
	vertical-align: baseline;
	width: 98px;
}
#pof {
	padding: 6px;
	width: 12px;
	text-align: right;
	font-size: small;
}
