BODY {
	background-attachment : fixed;
	background-color : Black;
	background-image : none;
	color : #D1D1D1;
	 
	font-size : medium;
	font-family : "Arial Narrow";
	}

A {
	color : #D1D1D1;
	text-decoration : none;
	background : Black;
}

A:HOVER {
	color : #D2691E;
	text-decoration : none;
	background : Black;
	}