body	  	{ 	 
		color:#ffffff;
		background-color: darkblue;
		overflow-x: hidden;
		overflow-y: hidden;
scrollbar-3dlight-color: grey;
scrollbar-arrow-color: white;
scrollbar-darkshadow-color: grey;
scrollbar-face-color: darkblue;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-track-color: white;
         	}


	
div#text {
		position: absolute;
		color: #000000;
		background-color: lightblue;
		left: 20;
		top: 160;
		height: 260px;
		width:750px;
		overflow: auto;
		
	}

div#linksbar { position: absolute;
		left: 20; 
		top: 110;
		width: 750px;
		background-color: darkblue;
}

div#titlebanner {position: absolute; 
		left: 20;
		top: 10;
		width: 750px;
		background-color: white;
		}



