HTML>
<HEAD>
<TITLE>CSS Style Sheet</title>
</HEAD>

body { 
  margin-top: 0;  
  margin-left: 25;
  font-size: 10px;  
  font-family: Verdana, Sans-serif;
  font-weight: normal;
  color: black 
   }

h1 {font-size=16px;
    font-family: Verdana, sans-serif ;
    font-weight: bold; color: blue
    }
h2 {
  font-size: 14px;  
  font-family: "Times New Roman", Courier; 
  font-weight: bold; color: green 
  }

h3 {
  font-size: 12px;   
  font-family: Times New Roman, Courier; 
  font-weight: bold;
  color: green; } 

<div id="leftnav">


p {font: 12px; font-family: Verdana, sans-serif;
  font-weight: strong; font-style: normal; color: black; }

</style>
</head>

<Body>

<div id="footer">
Copyright 2005 LinorStore.com. All rights reserved. No information is to be copied 
without the express written permission of LinorStore.com. 

.footer

</body>
</html>
