body, div#container, div#footer{
	background-color: white;
	color: black;
}

a, div#footer a{
	color: black;
}

div#footer{
	border-top: 1px solid black;
}

h1{
	border-bottom: 1px solid black;
}

a:link:after, a:visited:after{
	content: " (" attr(title) ") ";
}