@CHARSET "UTF-8";
div.topbar {
	position: relative;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom:
	1px solid white;
	top: 0px;
	background-color: black;
	color: white;
	font-family: Arial;
	font-size: 10px;
}
div.topbar a {
	color: white;
	text-decoration: none;
	padding: 5px;
	font-family: Arial;
	font-size: 10px;
}
div.topbar a:hover {
	background-color: white;
	color: black;
}
