<style type="text/css">
	a { text-decoration: none}
	a:link { text-decoration: none}
	a:visited { text-decoration: none}
	a:hover { color:white; background-color:#A80000}

	Body{
		scrollbar-face-color: #C0C0C0;
		scrollbar-shadow-color: #FFFFFF; 
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-3dlight-color: #FFFFFF; 
		scrollbar-darkshadow-color: #FFFFFF;
		scrollbar-track-color: #FFFFFF; 
		scrollbar-arrow-color: #FFFFFF;
		background-color:#FFFFFF;
	}

	.z1{
		position:absolute;
		background-color:transparent;
		z-index:1;
	}
	
	.z2{
		position:absolute;
		background-color:transparent;
		z-index:2;
	}
	
	.z3{
		position:absolute;
		background-color:transparent;
		z-index:3;
	}
	
	#MOTTO { top:24; left:225 }
	#TITLE { top:42; left:235 }
	#NAVIGATION { top:70; left:150; width:430; background-color: white}
	#MAIN { top:100; left:157; width: 450; height: 300 }
	#CREDITS { top:550; left: 100; width: 550 }
	
	
	
</style>