/*

Title: 		Panavise styles for print media

Author:		John Lytle

Updated: 	3.30.2005

*/



body {

  margin: .6in;

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

  font-size: 12pt;

  }



h1 {

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

  margin:0 0 .5in 0;

  }

  

h2, h3, h4, h5, h6 {

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

  margin:0 0 .2in 0;

  }



#menu, hr {

  display: none;

  }

	

a:link, a:visited {

  color: #666;

  }	



/* print URLs after link text */

#content a:link:after, #content a:visited:after {

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

  }


