#dhtmltooltip
	{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid #00ff00;
	padding: 10px;
	background-color: #004000;
	visibility: hidden;
	z-index: 100;
	}
body
	{
	background-image:url(/genGfx/stripes.png);
	background-repeat:no-repeat;
	z-index: 2;
	}
a:link
	{
	color: #00ff00;
	text-decoration:none;
	}
a:visited
	{
	color: #00ff00;
	text-decoration:none;
	}
a:active
	{
	text-decoration:none;
	}
a:hover
	{
	background-color: #00ff00;
	color: #000000;
	text-decoration:none;
	}
#highlite
	{
	background-color: #00ff00;
	color: #000000;
	text-decoration:none;
	}
#planet
	{
	position: absolute;
	top:28px;
	left:118px;
	z-index: 1;
	filter:alpha(opacity=55);
	-moz-opacity:.55;
	opacity:.55;
	}
#text
	{
	position: relative;
	z-index: 100;
	}