BODY {
	color: #FFFFF0;
	 
	font-family: monospace;
	font-size: 12 px;
        background-repeat: no-repeat;
        background-attachment: fixed;   
	
	 
}

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

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