/* CSS Document */
<style>
	body {
		font-size: 11px;
		font-family: arial, sans-serif;
		color: #ffffff;
		}
	
	p {color: #000000}

	.foot a:link {
	color: #000000;
	text-decoration: none;
	}
	.foot a:visited {
	color: #000000;
	text-decoration: none;
	}
	.foot a:hover {
	color: #AA0000;
	text-decoration: underline;
	}
	.foot a:active {
	color: #AA0000;
	text-decoration: none;
	}
	.foot  {
	color: #000000;
	}
	.tagline {
	color: #aa0000;
	}
	h3 {color: #aa0000}

</style>
