

body  {
	font-family : Tahoma, Helvetica, Arial, sans-serif;
	background-image : url(../../tlo3.jpg);
}

a:link {
	color: DarkGreen;
	text-decoration: none;
}

a:visited {
	color: Olive;
	text-decoration: none;
}


a:hover {
	color: Yellow;
	text-decoration: none;
}

