body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: small;
}
.green {
	color: #00FF00;
}
/*hack for IE5*/
body {
text-align: center;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
.floating_menu_position {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	visibility: visible;
}

