body {
	background-color: #EEF4C6;
}
table {
	background-image: url(tlo.jpg);
		background-repeat: repeat-x;
}
a {
text-decoration: none;
color: Olive;
font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: Navy;
	font-weight: bold;
}
