/* -----------------------------------------------------------------------
   Trinity Mirror Media - print.css
   * Copyright (c) 2009 Trinity Mirror (NW2).
   * Developed by Hot House Development Team.
----------------------------------------------------------------------- */
html {
	color: #000;
	background: #FFF;
	/*font-family: arial, verdana, helvetica, sans-serif;*/
	font-family: "Georgia", Times New Roman, Serif;
	font-size: 1em;
}
/* MAIN WRAPPERS */
#mainWrapper {
	width: auto;
}
#topRightWrap, tickerWrapper, #footerWrapper, #menuWrapper, #innerRight {
	display: none;
}
#middleWrapper {
	padding: 0px;
}
/* GENERAL */
img {
	border: none;
}

/*a:after {
	content: " ("attr(href)") ";
	font-size: 10pt;
}*/

/*h1 {
	font-weight: bold;
	font-size: 1.6em;
}*/



