<!--
A:link  { color: black;
	font-weight: normal;
	text-decoration: underline; }
A:visited  { color: black; 
	font-weight: normal;
	text-decoration: underline; }
A:hover{font-weight: normal;text-decoration:underline;color:red}

body  {

	background: url(backlogo.jpg);
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	background-repeat: no-repeat;
	background-attachment: fixed;

}

img {

	border: solid 1px black;

}

-->