BODY {
	 
        background-repeat: no-repeat;
        background-attachment: fixed;  
	 
	 
}

A {
	color: #FFFFF0;
	text-decoration: none;
}

A:HOVER {
	color: #ECE59F;
	text-decoration: none;
	 
	font-weight: bold;
	 
 
	text-shadow: Blue;
	cursor: crosshair;
	}
