body {
	background: black;
	color: white;
}

h1 {
	font-family: sans-serif;
	font-size: 1.5em;
	color: white;
	background-color: gray;
}


#footer {
	text-align: center;
}

a:visited {
	color: #9370DB;
}

a:link {
        color: #0055FF;
}

