/* Improve type */
body {
	font-family: Georgia, "Times New Roman, serif";
	font-size: 12pt;
	line-height: 20pt;
}

/* Remove the page furniture */

.header, .bookmarkBox, #subMenu, .print-button, .mainColRight {
	display: none;
}

/* Go wild on links */
a:link:after,
a:visited:after,
a:hover:after,
a:active:after {
	content: " <" attr(href) "> ";
	color: #8D7E95; /* most browsers will display the content as black - see tip browser support */
	font-style: italic;
	font-weight: normal;
	border: none;
}
a[href^="/"]:after {
	content: " <http://www.thepoetrytrust.org"attr(href)"> ";
}
a[href^="mailto"]:after {
	content: "";
}

/* Jazz up the headers */
h2 {
	border-bottom: 5px double black;
	font-size: 3em;
	text-align: center;
	padding: 0 0 0.7em 0;
	font-variant: small-caps;
	font-weight: lighter;
}
h3 {
	border-bottom: 1px solid #999999;
	padding: 0 0 0.1em;
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
	margin: 1em 0 0.2em 0;
	text-decoration: none;
	color: #999999;
}
p {
	margin: 0.5em 0 1em 0;
}
