﻿@import url("style3.css");

/*This top border is not pleasing in the browser, but the print format needs it for balance
#container {
	border-top: 2px solid #484848;
}
*/

#masthead {
	border-bottom: 2px solid #808080;
	border-bottom-color: #D4D4D4;
}
/* anything assigned class="noPrint" is switched to not show, while yesPrint is set to show
This allows me sub in the B/W sketch header image for printing*/
 .noPrint {           display: none;           } 
 .yesPrint(		display:inherit				}
	
