body {
	background-image: url(images/mazes.jpg);
	
}
table {
	background-color: white;
}
a:link {
	color: blue; 
	text-decoration: none
}
a:visited {
	color: blue ; 
	text-decoration: none
}
a:hover {
	color: #203880 ; 
	text-decoration: underline
}

