a:link {
	color: #00ffff;
	text-decoration: none;
}
a:visited {
	color: #cc44aa;
	text-decoration: none;
}
a:hover {
	color: orangered;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
body{
	background-color:#000000;
	color:#ffffff;
/*	background-image:url(back00.gif);*/
	scrollbar-base-color:#444444;
	scrollbar-face-color:#888888;
	scrollbar-arrow-color:#cccccc;
	scrollbar-3dlight-color:#cccccc;
}

