HTML>
<HEAD>
<TITLE>CSS Style Sheet</title>
</HEAD>

bgcolor {#E0E9FE
            }
body { 
  margin-top: 0;  
  margin-left: 25;
  font-size: 9px;  
  font-family: Verdana, Arial, Sans-serif;
  font-weight: normal;
  color:#000066;  
   }

h1 {font-size=14px;
    font-family: Verdana, sans-serif ;
    font-weight: bold; color: blue
    }
h2 {
  font-size: 12px;  
  font-family: "Times New Roman", Courier; 
  font-weight: bold; color: green 
  }

h3 {
  font-size: 10px;   
  font-family: Times New Roman, Courier; 
  font-weight: bold;
  color: green; } 

a:link {font-weight:bold; color:#0099FF)
a:visited {font-weight:bold; color:#9900cc}
a:active (font-weight:bold; color;##FF0000}

p {font: 9px; font-family: Verdana, sans-serif;
  font-weight: strong; font-style: normal; color: black; }

</style>
</head>

<Body>

<div id="footer">
Copyright 2004-5, Congregation Shirat Shalom. All rights reserved.</font>

.footer

</body>
</html>
