body, html {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: transparent;
	scrollbar-dark-shadow-color: #333333;
	scrollbar-face-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	overflow-x: hidden;
/*	overflow-y: visible; */
}

a:link {
	color: #CCCCCC
}     /* unvisited link */
a:visited {
	color: #CCCCCC
}  /* visited link */
a:hover {
	color: #FFFFFF
}   /* mouse over link */
a:active {
	color: #FFFFFF
}   /* selected link */ 
