<style type="text/css">
   body {
      color: black;
      background-color: white;
   }
   a:hover {
      text-decoration: underline;
   }
   a {     
      color: darkblue;
      text-decoration: none;
   }
   .text {
      font-size: 8pt;
   }
@charset "iso-8859-2";
.blue {
	color: #00F;
}
.red {
	color: #F00;
}
</style>
