body {
	background-color: black; 
/*	background-image: url(background.jpg); */
	background-attachment: fixed;
	color: white;
	margin: 0;
}

UL { list-style-type: none }

a { 
	border:0; 
	color: white; 
	text-decoration: underline; 
}

h1 { 
	color: white;
	text-align: center;
}

a:link { color:white;text-decoration: underline; }
a:visited { color:white }
a:active { color:purple }
a:hover	{ color: purple;text-decoration: underline; }

img {
	border: 0;
}

#love { text-align: right; margin-left 5em; float: right; width: 300px }

div {
	padding: 5px
}

div#body { text-align: center }

#Links, #keys, #eyes, #story { 
	display: inline;
}

div.heading { 
	text-align: center;
}



