<style>
	a {
		color: #0000cc;
		text-decoration: none;
	}
	a:link {
		color: #0000cc;
		text-decoration: none;
	}
	a:visited {
		color: #0000cc;
		text-decoration: none;
	}
	a:hover {
		color: #FFFFFF;
		text-decoration: none;
		background-color: #0000cc
	}
	td {
		font: 12px Tahoma;
	}
</style>