/* Print CSS for BelfastGMS.org
by David MacDermott */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	width: 6in;
	}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	padding: 0;
	margin: 0 0 10px 0;
	}
	
p, ol, ul {
padding: 0;
margin: 0 0 10px 0;
}

#content blockquote {
margin: 0 0 10px 15px;
padding: 10px 35px 0 20px;
}

#content blockquote blockquote{
font-size: 90%;
margin: 0;
padding: 5px 0 0 0;
font-style: italic;
text-align: right;
}
	
h1 {font-size: 150%;}	
h2 {font-size: 140%;}	
h3 {font-size: 130%;}	
h4 {font-size: 115%;}	
h5 {font-size: 105%;}

#side-bar, #footer, #header-logo, #header-links, #content-two-side, #skip-to-content, #head-image, #header-logo, #header, #cal-content-two-side {
	display: none;
	}
	
a:link, a:visited {
	color: gray;
	}	

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