body {
	background-image: url(images/stone.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
}
