/* Print CSS Document */
body {
	font: 90% 'palatino linotype', georgia, 'times new roman', serif;
	background: #fff;
	color: #000;
	margin: 0;
	padding: 1.5cm 0 1.5cm 1.5cm;
}
#navbar, #footer {
	display: none;
}
img {
	border: 0;
}
#content2 {
	display: block;
}
a {
	text-decoration: none;
}
a:after, a:link:after {
	color: #000000;
	background-color: transparent;
	content: " * Link " attr(href) "* ";
}
a:visited:after {
	color: #000;
	background-color: transparent;
	content: " * Link " attr(href) "* ";
}