body {
	background-color:#FFFFFF;
	color:#000000;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	 
	scrollbar-face-color: #000000;  
	scrollbar-shadow-color: #666666;  
	scrollbar-highlight-color: #666666;  
	scrollbar-3dlight-color: #CCCCCC; 
	scrollbar-darkshadow-color: #CCCCCC;  
	scrollbar-track-color: #CCCCCC;  
	scrollbar-arrow-color: #666666;  
	
	font-family:monospace; 
} 
 
A:link { 
	color: #333333; 
	text-decoration:none; 
	 
	} 
 
 
A:visited { 
	color: #333333; 
	text-decoration:none; 
} 
 
 
A:active { 
	color: #999999; 
	text-decoration: none;  
	font-weight: bold 
	 
	} 
  
A:hover {  
	color: #999999; 
	background-color: #333333;
	text-decoration:none; 
	} 
 
 
P { line-height: 120%;  
	text-indent: 20px; 
} 
 
 
UL.set {  
	list-style-image: url("../images/button.jpg"); 
} 
 
 
 
li { 
  list-style: square; 
  }  
   
li.link { 
	list-style:disc;	 
	 
}  
  
li.main { 
  font-style:normal;  
  font-weight:bolder; 
  font-variant:small-caps; 
  list-style: square; 
  text-decoration:underline; 
  }  
	 
	 
td.nav { 
	cursor:pointer; 
	font-family: Serif;	 
	font-size:medium; 
	text-align:right; 
} 
 
td.q { 
	 
	font-family: Serif;	 
	font-size:large; 
	text-align:left; 
} 
 
td.a { 
	 
	font-family: sans-serif;	 
	text-align:left; 
} 
 
table.nav { 
	font-size:smaller;	 
} 
 
img.sample { 
	 
	border-width:0px; 
	cursor:pointer; 
	width:100px;	 
	 
} 
 
