@charset "utf-8";

/* Print CSS Document for my web site */



#header, #navigation, #footer {

/*visibility: hidden; This is a placeholder, its space remains*/

display: none;

}



body{

	color: #000000;

	background-color: #ffffff;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 12pt;

}



#bodycontent:before {

content: "This is a print version of the page. All screen elements have been removed other than the content.";

}



#bodycontent:after{

	content: "Copyright 2008, Julie Ferrin, All Rights Reserved.";

	padding-right: 150pt;

	font-size: smaller;

	font-weight: bold;

	line-height: 60pt;

	vertical-align: bottom;

	}

	

	a:after {

	content: " ["attr(href) "] "; 

	font-size: smaller;

	}

