<style>
	body {
		background-color: transparent;
		color		: black;
		font-family	: Verdana, Sans-Serif;
		font-size	: 14px;
	}
	p {
		background-color: transparent;
		color		: black;
		font-family	: Verdana, Sans-Serif;
		font-size	: 14px;
	}
	li {
		background-color: transparent;
		color		: black;
		font-family	: Verdana, Sans-Serif;
		font-size	: 14px;
	}
	a:link {
		color		: blue;
		text-decoration : none;
		background-color: transparent;
	}
	a:visited {
		color		: blue;
		text-decoration : none;
		background-color: transparent;
	}
	a:hover {
		color		: red;
		background-color: yellow;
		text-decoration	: underline;
	}
	td {
		text-valign	: top;
	}
</style>
