<style >

	a	{
		color: #858585;
		font-weight: bold;
		text-decoration: underline;
		margin-left: 5px;
		margin-top: 5px;
	}

	A:link {
		color: #858585;
		font-weight: bold;
		text-decoration: none;
	}


	A:active {
		color: #858585;
		font-weight: bold;
		text-decoration: none;
	}

	A:visited {
		color: #858585;
		font-weight: bold;
		text-decoration: none;
	}

	a:hover{
		color: #000000;
		font-weight: bold;
		text-decoration: none;	}


	.body  {
		font-style: normal;
		font-family: arial;
		color: #454545;
		font-size: 12;
		font-weight: normal;
		line-height: 170%;
		padding: 5px 0px 0px 5px;
	}

	body, html {margin:0; padding:0; border:0;}
</style>