/* ---------------------------------------------------------------------------

	Volunteer Florida Foundation's "For Families and Educators" Print Styles
	http://familiesandeducators.org
	
	author: nGen Works
	http://ngenworks.com

--------------------------------------------------------------------------- */

body {
	margin: .6in;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 11pt;
}

#foot { font-size: 70%; }

h1 a:link, h1 a:visited { color: #00f; border-bottom-width: 0; }

dl, dd { margin: 0 0 25px 0; }

dt { font-weight: bold; } 

#nav, 
#nav_sub,
#nav_utility {
	display: none;
}
	
a:link, a:visited { color: #999; }	

/* print URLs after link text */

#content .entry p a:link:after, #content .entry p a:visited:after { content: " (" attr(href) ") "; }