<html>
<head>
<title>style sheet</title>
<STYLE TYPE="text/css">
<!--
A:hover  {
  color : #663300;
	text-decoration : underline;
}

A  {
  color : #003300;
	text-decoration : underline;
}
	
.body  {
	font-family : Arial, Geneva, Lucida;
	font-size : 10pt;
}
