/* PRINT ONLY ATTRIBUTES */

/* Reset attributes */

body, div, img, h1, h2, ul, ol, li, a form {
	position: static;
	margin: 0;
	}
	
/* Hide all surplus page elements */
#header, #navhoriz, #left, #right {
	display:none;
	}

/* Renew positioning */

body { 
	width: 100%;
	font: .9em/165% verdana, sans-serif, "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode";  
	color: #000000;
	text-align: left;
	}
	
#container {
	margin: 150px 100px 0 -200px;
	background: 0;
	width: 800px;
	height: 100%;
	padding: 0;
	}

/* General styling */

h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 1cm 0 .5cm 0;
	}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin: .5cm 0 .5cm 0;
	}

a {
	outline: none;
	text-decoration: none;
	}

img {
	border: none;
	}

p + .center {
	text-align: center;
	}



	
