/* CSS Document */


 BODY { background-image:url(1-pixel-black.jpg);
        background-attachment:fixed;
	    	   
} 

/* Body { background-color:#CC0001;
} 
*/
text{
	color: #d0d0d0;
	font:Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

a:link{
	color : #d0d0d0;
	text-decoration : none;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #d0d0d0;
}	

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

h7 {color: #d0d0d0;
}
