<!-- 
body	{ background-color: white; color: #2B4490; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
td 	{ color: #2B4490; font-size: 10px;  }
.head1	{ color: white; background-color: #2B4490; font-size: 16px; font-weight: bold; }
.head2	{ color: white; background-color: #2B4490; font-size: 14px; font-weight: bold; }
.item1 	{ color: white; font-weight: bold; background-color: #2B4490; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px; }
.item2 	{ background-color: #FFFFF7; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px; }
.border { border: 1px solid #2B4490 }

a	{ color: #0066CC; text-decoration: none;  }
a:hover	{ color: #FF6600; }
-->
<html>
  <head>
    <title>test</title>
    <link rel="stylesheet" href="page.css" type="text/css">
  </head>
  <body> 
    <span class="head1">.head1</span><br>  
    <span class="head2">.head2</span><br>  
    <span class="item1">.item1</span><br>
    <span class="item2">.item2</span><br>
    home <a href=page.css">style</a>
  </body>
</html>
