/*
project: stylesheet, print media 
author : ois
date   : 
*/

/* -- primary layout --------------- */

body 	{
	background-color: #fff;
	color: #000;
	font-family: georgia,"times new roman",serif;
	font-size: 12pt;
	line-height: 125%;
	}

H1 { 
	font-size:20pt;
	margin-bottom: 0.2em;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #000;
	}

#sidebar {	display: none; 	}
#navigation {	display: none; 	}
