/* Hoja de estilos para vista de impresión de Multicontainer.com */
body, #Content, #Container {
	width: 100%;
	margin: 0;
	float: none;
	background: #fff url(none);
}

#Header, .Foot, #Footer, .noprint {
	display: none; 
}

body {
	font: 1em Verdana, Geneva, sans-serif;
	color: #000; 
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;;
	color: #000;
}
h1 { font-size: 250%; }
h2 { font-size: 175%; }
h3 { font-size: 135%; }
h4 { font-size: 100%; }
h5 { font-size: 100%; }
h6 { font-size: 90%; }

a:link, a:visited {
	color: #00c;
	font-weight: bold;
	text-decoration: underline; }
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}