/** * Stylesheet for <Netlash.com> * * @media	print * @copyright	Netlash <http://www.netlash.com> * @author	name <johan@netlash.com> *//* the following declaration resets every background to white, every text color to black */* {	color: #000 !important;	float: none;}div {	background-color: white !important;}/* place the divs and elements you want to hide here */#navigation ul,#footer,#doormat,#search,hr,#subnavigation,#navigation h1,#portfolioNavigation,.hidden,#blogSidebar,blogform,.gravatar,div.meta {	display: none;}#printLogo {	padding: 0 0 9px;}body {	font-family: Helvetica, Arial, sans-serif;	font-size: 9pt;	width: 75%;	line-height: 1.45;	background: #FFF;	border: none;}p {	padding: 0 0 5pt;	margin: 5pt 0;}	p.intro {		font-size: 11pt;	}ul, ol {	padding: 0 0 9pt 9pt;}h1, h2, h3, h4, h5, h6 {	font-weight: 700;}h1, h1.title {	font-size: 17pt;	margin: 0 !important;	padding: 0;}h1, h2, h3, h4 {	padding: 0;	margin: 0;}h2.pageTitle, h1 {	font-size: 18pt;}h2 {	font-size: 14pt;}	#eyecatcher h2 {		margin: 0 0 14pt;	}h3 { font-size: 14pt; }h4 { font-size: 12pt; }blockquote {	padding-left: 9pt;	font-style: italic;}small {	font-size: 7pt;}a {	text-decoration: none;	border-bottom: 1px solid gray;}abbr {	border: none;}abbr:after {	content: " (" attr(title) ") ";}/** * = Tables * ---------------------------------------------------------- */table {	font-family: Helvetica, Arial, sans-serif;	font-size: 9pt;	margin: 0 10px 20px;	border-top: 1px solid #D9D9D9;	border-left: 1px solid #D9D9D9;}table td, th {	padding: 5px 10px;	border-right: 1px solid #D9D9D9;	border-bottom: 1px solid #D9D9D9;}table th {	font-weight: 700;	background: #D9D9D9;	color: #000;}