<style>
<!--
A:link{ color: darkblue; text-decoration:none; }
A:visited{ color: darkmagenta; text-decoration:none; }
A:active{ color: red; text-decoration:none; }
A:hover {
  color :red;
  text-decoration : underline;
  cursor : hand;
  visibility : visible;
  float : none;
  clear : none;
  position : relative;
  top : 1pt;
  left : 1pt;
}
body{
	background-color:#003366;
	color:black;
}
.page{
	padding:0 10 0 20;
	border:1 solid #CCCC00;
	background-color:beige;
}
-->
</style>
