<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";  
/*
  Title: menu.css
  Cntact: Haines Brown, Hartford Web Publishing
	  brownh @ hartford-hwp.com
  Created: 26 May 2008
  This is a stylesheet for www.hartford-hwp.com/image_archive/ pages
  to hold the thumbnail images and image descriptions.  
  It seems IE 6 can't understand the width attribute for body, and so
 	I'm adding width as well to body.
*/
	body {  background-color: #EDD8A1;
		color: #000066; 
		width: 40em;
		font-size: 100%;
		font-family: Arial, Helvetica, sans-serif;
		margin-left: auto; margin-right: auto;
		text-align: center; 		
	}
	div.inside { 
		background-color: #EDD8A1;
		margin-top: 2em;
		margin-left: auto; margin-right: auto;
		text-align: left;
		overflow: auto;
		border-bottom: solid #000066;
		color: #000066; 
	}
	div.title {
		margin-left: auto; margin-right: auto;	
		margin-bottom: 1em;
		padding: 0.7em;	
		background-color: #EBD79F;
		border: solid #8e581c;
		text-align: center; 
		font-size: 2em; 
		font-weight: bold; 
	}
	div.row { overflow: hidden; clear: left; margin-bottom: 1em; }
	img { width: 80px; height: 80px; border-style: none; 
		float: left; }
	p.right { margin-left: 100px; margin-top: 0em;}
        p a {font-size: smaller; }

</pre></body></html>