/* CSS for PRINTER  */

/*  REMOVE UNCESSARY ELEMENTS  */

#navbar, #photoblock, #icon, #under {
	display: none;
}



/* REMOVE BACKGROUNDS  */

body {
	background:	#fff;
	padding:	 0px;
	width:		 auto;
	font-size: 	12pt;
	color:		#000;
}

#header {
	background:		#fff;
	padding: 		0px;
	border-style: 	none;
}

#welcome {
	margin: auto;
}

/* FONT SETTINGS  */

* {
	color:	#000 !important;
}

h2  {
	font-size: 14pt;
}

#header {
	font-size: 14pt;
}

#quote {
	font-size:	10pt;
}





