<style type="text/css">
<!--
a:hover   {background: lightblue;}

a:visited {
	color: Gray;
}

a:active  {
	color: Red;
}

a:link {
	color: Black;
}

P {line-height: 130%;}

hr {
	margin-left:0;
	margin-right:0;
	text-indent:0;
}

body	{
	background-color : White;
	color : Black;
	scrollbar-face-color: White;
	scrollbar-shadow-color: Black;
	scrollbar-highlight-color: Black;
	scrollbar-3dlight-color: Black;
	scrollbar-darkshadow-color: Black;
	scrollbar-track-color: White;
	scrollbar-arrow-color: Black;
}

table {
	border:none;
	text-align : justify;
}

img{
	border: none;
}

--></style>