/* $Id: print.css,v 1.3 2007/09/06 21:23:32 goba Exp $ */

/**
 * Garland, for Drupal 5.0

 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */


body {
	margin: .6in;
	font-family: Georgia, Garamond, sans-serif;
	font-size: 12pt;
	}

h1, h2, h3 {
	font-family: Georgia, Garamond, sans-serif;
	}
#text h2 {
	color: gray;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 1.5em;
	}

	
a:link, a:visited {
	color: gray;
	}	

/* print URLs after link text */
#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}