/*	villacalpe-print.css	Style sheet for Web pages
	Begun 02/01/11
*/

body	{
	font-family:	serif
}

.non-printing	{
	display:	none
}

/*	divisions	*/

div.boxout	{
	display:	none
}

div#boxout2	{
	display:	block
}

div#nav-holder	{
	display:	none
}

/*	images	*/

img	{
	border:	0
}

img.lead-in	{
	float:			left;
	margin-right:	20px
}

img.pic	{
	display:	none
}

/*	elements	*/

a:link, a:visited	{
	text-decoration:	none
}

p.sub a:after	{
	content:	" <" attr( href ) "> "
}

h1, h5	{
	font-size:	90%
}

h2	{
	font-size:	140%
}

h3	{
	font-size:	120%
}

p.closed	{
	display:	none
}

p.sub	{
	font-size:	75%
}

ul#nav-pics	{
	list-style:	none
}

/*	colours	*/

body	{
	background-color:	white;
	color:				black
}

/*	EOF	*/
