/*	villacalpe-print.css	Style sheet for Web pages
	Begun 17/11/09
*/

body	{
	font-family:	serif
}

.non-printing	{
	display:	none
}

/*	divisions	*/

div#navbar	{
	display:	none
}

/*	images	*/

img	{
	border:	0
}

div#banner img	{
	display:	none
}

/*	elements	*/

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

li a:after, p a:after	{
	content:	" <" attr( href ) "> "
}

h1, h5	{
	font-size:	90%
}

h2	{
	font-size:	140%
}

h3	{
	font-size:	120%
}

p.sub	{
	font-size:	75%
}

/*	colours	*/

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

/*	EOF	*/
