<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
  <head>
    <title>LCHS STYLE SHEET
    </title>
  </head>
  <body>
    /* This is the style sheet to be linked */ 
		body   {background:"lchspicsforweb/LCHSBACKCOVER.jpg"; }
		p      {color:green;
						} 
		h1     {color:red;
		        } 
		h2     {color:red; 
		        
						 } 
		h3     {color:red; 
		        } 
		h4     {color:red; 
		        } 
		h5     {color:red; 
		        }
		h6     {color:red; 
		        }
		div    {color:green;
		        font-family: Arial, Verdana, Helvetica, sans-serif;
					  font-weight:bold;
					  font-size:12pt;
					  }    
		
		pre    {color:green;
		        font-family: Arial, Verdana, Helvetica, sans-serif; 
		        font-weight:bold;
		   		  }
    td     {color:red; 
            font-size:10pt;
            font-family:Arial, Verdana, Helvetica, sans-serif; 
            font-weight:bold;
		        }
	  hr     {color:green; 
		        }
		a      {text-decoration: none}
		address {color:red; 
            font-size:11pt;
            font-family:Arial, Verdana, Helvetica, sans-serif; 
            font-weight:bold;}
	</body>
</html>

