/*
Title: 		Firedance styles for print media
Author:		John Lytle
Updated: 	02.17.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;
  }

#navcontainer, #nav, #sidebar {
  display: none;
  }
	
a:link, a:visited {
  color: #666;
  }	

/* print URLs after link text */
#content a:link:after, #content a:visited:after {
  content: " (" attr(href) ") ";
  }
