/* PRINT ONLY ATTRIBUTES */

/* Reset attirbutes */

body, div, img, h1, h2, ul, ol, li, a form {
	position: static;
	margin: 0;
	}
	
/* Hide all surplus page elements */
#header, #navigation {
	display: none;
	}

/* Renew positioning */

body { 
	width: 100%;
	font: .8em/165% verdana, sans-serif, "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode";  
	color: #333333;
	text-align: justify;
	}
	
#container {
	width: 100%;
	}

/* General styling */
	
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin: 1cm 0 .5cm 0;
	}

h2 {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin: .5cm 0 .5cm 0;
	}

img {
	border: none;
	}

p + .center {
	text-align: center;
	}



	