@charset "UTF-8";
#email {
	height: 15px;
	width: 120px;
	margin-left: 700px;
	margin-top: 20px;
	float: left;
}
/* CSS Document */
body {
   width: 7in;   
   color: #000;
   font: 12pt/20pt "Times New Roman", Times, serif;
}

#mainContent img, .overhang {display:none;   }

<div id="header">
   <a href="index.html" class="screen"><img src="images/logo.jpg" width="430" height="114" alt="Horticulture as Art" /></a>
   <img src="images/logo_bw.jpg" width="430" height="114" alt="" class="print" />
</div>

.print { display:none;}

#mainContent img, .overhang, .screen {
   display:none;
}
h1, h2, h3 {
   color: #666;
}
h1 {
   font-size: 20pt;
   text-align: center;
   margin-bottom: 0;
   padding-top: 20px;
}
h2 {
   font-size: 16pt;
   border-bottom: 1px solid #666;
   padding: 20px 5px 5px;
}
h3 {
   font-size: 14pt;
   border-bottom: 1px solid #999;
   padding: 15px 5px 5px;
}
p {
   margin-top: 10px;   
}
a {
   color: #333;
   font-weight: bold;
}

a:after { 
   content:" ["attr(href)"]"; 
   font-weight: normal;
}
a[href^="/"]:after {
   content: "";
}
