body {  
background-color: #000000;
background-position: 0px 0px; 
margin-top: 0px;
margin-right: 0px; 
margin-bottom: 0px; 
margin-left: 0px; 
overflow-x: hidden;
overflow-y: scroll;
cursor:crosshair; 
scrollbar-face-color: #0000FF; 
scrollbar-shadow-color: #000000; 
scrollbar-highlight-color: #0000FF;
scrollbar-3dlight-color: black; 
scrollbar-darkshadow-color: blue;
scrollbar-track-color: black; 
scrollbar-arrow-color: #CCCCCC;
}

.menu {
	background-color: #00AA00;
	text-align: center;
	width: 100%;
	border-style: groove;
	border-top-width: 2px;
    	border-right-width: 2px;
	border-bottom-width: 2px; 
    	border-left-width: 2px; 
	border-color: #999966;	
}

.stripe {
	background-color: #0000FF;
}

.maintext {  
font-family: "Times New Roman", Times, serif;
font-size: 16px; 
color: #00AA00
 }
 
.header{  
font-family: "Times New Roman", Times, serif; 
font-size: 20px; 
color: #00FF00
}

a:active {  
font-family: "Times New Roman", Times, serif; font-size: 
14px; color: blue;
 text-decoration: none
 }
 
a:hover {  
font-family: "Times New Roman", Times, serif;
font-size: 14px; color: red;
text-decoration: underline;
font-style: italic
  }
  
a:link {  
font-family: "Times New Roman", Times, serif; 
font-size: 14px; 
color: yellow; 
text-decoration: none
}

a:visited {  
font-family: "Times New Roman", Times, serif;
font-size: 14px;
color: cyan; 
text-decoration: none
}