body{
	font-family: courier new, arial, geneva, helvetica, helv, sans-serif;
	font-size: 11;
	color: #000000;
	background-color: #000000;
	background-attachment: absolute;
	background-repeat: no-repeat;
	width: 800px; height: 600px; overflow: auto;
	
}

a:link {
	color: #444444;
	text-decoration: none;
}
a:visited {
	color: #444444;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: undeline;
}

ul,li { list-style-type: none; }


#main{ position: absolute; left: 20px; top: 0px;
	text-align: left; width: 800px; height: 600px;
	
}