/* megmeyer-print.css - Style Sheet for Meg's Home Page */

/* import undohtml.css to clear browser defaults */
@import url(undohtml.css);

		body {
		  width: auto !important;
			margin: 0 !important;
			padding: 0 !important;
			font-family: "Times New Roman", serif;
			font-size: 12pt;
		}

		a, a:link, a:visited, a:hover, a:active { text-decoration: none; color: black; background: white; }
  
	  #header, #nav, #sidebarnav, #footer { display: none; }

		#printheader { padding: .5em 2em .5em 2em; border-bottom: .5em solid black; text-align: left;}

		#printheader h1 { font-size: 2em; font-weight: bold; text-align: center; }

		#printfooter { padding: .5em 2em .5em 2em; border-top: .5em solid black; font-size: .9em }

		p { text-indent: 2em; padding-bottom: .3em; }
		
		#sidebar h2, h3 { border-top: .2em solid black; }

-->
</style> <!-- end media print -->
