/* 
.css : Print CSS Document
Copyright 2010 : Community Cultivation
http:// community-cultivation.org
Design and Development : Epiphany Graphics, LLC
http://epiphanygraphics.com
*/

/* G L O B A L - T A G S */
	
a { 
	color: black;
	outline: none;
	text-decoration: none;
}
body { 
	color: black;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: small;
	margin: 1in 0.5in;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
}
html { 
	background: none;
}
html.home {
	background: none;
}
strong {
	font-weight: bold;
}

/* G L O B A L - E L E M E N T S */

div#branding ul { 
	display: none; 
}