/** * Stylesheet for <url> * * @media	print * @copyright	Netlash <http://www.netlash.com> * @author	name <author@example.net> */ /** * = Primary selectors * ---------------------------------------------------------- */html, body, form, div, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, address, input, textarea, th, td {	margin: 0;	padding: 0;}body {    margin: 2cm;    font-family: Verdana, sans-serif;    font-size: 12pt;}a:link, a:visited {    color: gray;}/* = Links - print url after the linktext * ---------------------------------------------------------- * @see http://www.alistapart.com/articles/improvingprint/ */a:link, a:visited {	background: transparent;	font-weight: bold;	text-decoration: underline;}a:link:after, a:visited:after {	content: " (" attr(href) ") ";	font-size: 90%;}#content a[href^="/"]:after {	content: " (http://www.website.be" attr(href) ") "; /* change to the correct url */}/** * = Clearfix * ---------------------------------------------------------- * @see	http://www.positioniseverything.net/easyclearing.html * @see http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/ * @see http://www.stuffandnonsense.co.uk/archives/clearing_floats_without_structural_markup_in_ie7.html */.clearfix:after {	content:".";	display:block;	height:0;	clear:both;	visibility:hidden;}.clearfix {	display:inline-block;}/* Hide from IE Mac \*/.clearfix {	display:block;}/* End hide from IE Mac */* html .clearfix {	height: 1%;}