/* IE3 and Netscape 4 don't do import, so I can use this to hide the   fancy properties for which they have intolerable bugs. */@import url(homestyle_goodbrowsers.css);/* The remaining ones in here are not necessarily going to WORK in those   browsers, but they should at least not render the page illegible, and   they actually look pretty good in Netscape 4.  Thanks to richinstyle.com   for this ugly but effective hack. */body {color: black;	background: white;	margin-left:15%;	margin-right:15%;}h1 {color: #333;    background: white;    font-weight: bold;	font-family: "Gill Sans", Verdana, sans-serif;}h2, h3, h4, h5, h6 {	color: #666;	background: white;    font-weight: bold;	font-family: "Gill Sans", Verdana, sans-serif;}h2.centerheader, h3.centerheader, h4.centerheader {	text-align:center;}dt {	color: #333;	background: white;    font-weight: bold;}a:link {color: #30F;	background: white;}a:visited {color: #606;	background: white;}a:hover {color: #030;	background: #CFC;}a:active {color: red;	background: #FCC;}p.emverse {font-style: italic;}p.center {text-align:center;}p.subtitle {color: #333;	background: white;	text-align: right;	font-weight: bold;	font-family: "Gill Sans", Verdana, sans-serif;}p.theend {	color: #333;	background: white;	text-align: center;	font-weight: bold;	font-family: "Gill Sans", Verdana, sans-serif;}	pre {font-family: monospace;}
