/*
-----------------------------------
Print style sheet for Redvespa.com
-----------------------------------
*/

#header ul, #footer, #sub-navigation, .hide, img{
	display:none;
}

h1 img, h2 img, h3 img{
	display:block;
}

a{
	text-decoration:none;
	color:#000;
	font-weight:normal;
	
}

acronym:after, abbr:after {
	content:"  (" attr(title) ") ";
	border:none;
}

#content a:after{
	content:"  (" attr(href) ") ";
	text-decoration:none;
}