<html>
 <head>
  <title>css_formate</title>
  <link rel="stylesheet" type="text/css" href="formate.css">
  <style type="text/css">
  <!--
   a:text    {text-decoration:none;font-weight:bold;font-size:12pt;color:#FFFFFF;}
   a:link    {text-decoration:none;font-weight:bold;font-size:12pt;color:#0000AA;}
   a:visited {text-decoration:none;font-weight:bold;font-size:12pt;color:#0000FF;}
   a:hover   {text-decoration:none;font-weight:bold;font-size:12pt;background-color:#FFD000;}
   a:active  {text-decoration:none;font-weight:bold;font-size:12pt;}
   -->
  body { background-color:#FFFF88; color:#000088 }
  </style>
 </head>
 <body>
 </body>
</html>