@charset "utf-8";
/* 
Theme Name: premier league magazine
Description: theme premier league magazine
Title: print styles
Author: toribloger
Author Email: toribloger@gmail.com
Author URI: http://premier-league.com.ua
Tags: pink, grey, black, two columns, extra columns, fluid width, widgets ready
Last Update: Dec 13, 2009
*/

body {
	margin: .6in;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	}

h1, h2, h3, h4 {
	font-family: Verdana, Arial, sans-serif;
	}
h3.entry-title {
	color: gray;
	font-size: 180%;
	font-weight: normal;
	margin-bottom: 1.5em;
	}

#header, #nav, #sidebar, #extra, .navigation, hr {
	display: none;
	}
	
a:link, a:visited {
	color: gray;
	}	

/* print URLs after link text */

.entry-content p a:link:after, .entry-content p a:visited:after {
	content: " (" attr(href) ") ";
	}