/* 
	Project: 	talktopebble.co.uk
	Author:		Kris Consadine
	Version:	1.1.0
	Media:		Print Style Sheet
*/

* {	
	color: black; 
	background: white !important;
}

body {
	font-family: "Times New Roman", Times, serif !important;
	font-size: 12pt;
	margin: 0 0 0 10px;
}

p {
	margin: 0 0 10px 0;
}

img,
.header,
.footer {
	display: none;
}

a:link,
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: blue;
}

a:link:after, 
a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 11pt;
	font-weight: normal;
}