body {
	background: white;
	font-family: Garamond, Sabon, Georgia, Palatino, Baskerville, "Times New Roman", Times, serif;
	font-size: 12pt;}

#menu, .submenu, .subnavigation, .navlinksincontent {
	display: none !important;
	}
.mainnavigation {width: auto;
	text-align: center;
	float: none;
	}
.blurb {font-size: 0.8em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-top: thin groove;
	float: none;
	}
.content {font-size: 1em;
	margin: 0 5%;
	color: black;
	background: transparent;
	width: auto;
	float: none;}

/* .accessible replaces .skiplink */
/* .dontprint is deprecated for this site */

.accessible, .dontprint, .skiplink {
	display: none;
}


.popupmenu {
	display: none;
}

.content a:link, .content a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
      
.content a:link::after, .content a:visited::after {
   content: " (" attr(href) ") ";
   font-size: 0.9em;
   }
.content a[href^="/"]::after {
   content: " (" attr(href) ") ";
   }
   
.content a[href^="http://www.blogger.com"]::after {
   content: "";
   }
   
.content a[href^="http://www.fulwood.org.uk"]::after {
   content: "";
   }
   
.content blockquote {
	border: thin groove;
	}
	
.imgcaption {
	page-break-inside: avoid;
	}	

/*

a[href]::after {
  counter-increment: footnote-number;
  content: counter(footnote-number, footnotes);
}

a[href]::after::alternate {
  display: list-item;
  content: attr(href);
  move-to: footnotes;
}
a[href]::after::alternate::marker {
  content: counter(footnote-number, footnotes);
}
@page {
  counter-reset: footnote-number;
  @footnote {
    content: pending(footnotes);
  }
}

*/