
body {
	background-color: black;
	color: white;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

a {
	color: #330000;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #660000;
	text-decoration: none;
}

img {
	border: 0;
    }

.footer {
	float: right;
	position: absolute;
	left: 90%;
	top: 90%;
}