
/*  
Print Stylesheet
*/

body{
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000;
	line-height: 150%;
	background-color: #fff;
}

#header h1 {
	text-align: center;
	width: auto;
	margin: 0;
	padding: 0; 
}

p#adminBar, 
#header ul, 
#sidebarLeft, 
#sidebarRight  {
	display: none;
}

/* Link, Images, Typo 
---------------------------------------------------------------------------------- */

a {
	color: #000;
	text-decoration: none;
	border: none;
}

img {
	border: none;
}

h1 {
	font-size: 1.6em;
}

