﻿/* Print Stylesheet, James Greenwood, StrawberryDigital.co.uk, April 2009 */

* {background: transparent;}

body, p, div, table, td, th, dl, dt, dd, form, input
{
	color: black;
	background: white;
	font-size: 12pt; 
	line-height: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
} 

blockquote {font-style: italic; color: black;}

a:link, a:visited
{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a img, p.logo a 
{
    border: none;
    text-decoration: none;
    float: left;
    margin: 0 1em 1em 0;
}

a:link:after, a:visited:after 
{
	content: " (" attr(href) ") ";
    font-size: 80%
}

h1, h2, h3, h4, h5, h6 
{
	padding: 0; background: white;
}
h1 {font-size: 18pt;}	
h2 {font-size: 16pt;}
h3 {font-size: 14pt;}
h4 {font-size: 13pt;}

/* Print Stylesheet, James Greenwood, StrawberryDigital.co.uk, April 2009 */