/*
-----------------------------------------------
HitzPlanet.com CSS Style Sheet 20040630
----------------------------------------------- */

body { scrollbar-base-color: #404040; scrollbar-arrow-color: #F2CC34; }
	
	/* Default links 	*/

a:link, a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #000000;
	background: transparent; 
	}

a:hover {
	font-weight : normal; 
	text-decoration : underline;
	color: red;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #404040;
	background: transparent;  
	}