/* This style sheet only applies when a page is printed */

body {
	background-image: none;
	background-color: white;
}

#navbar {
	height: 0px !important;
	visibility: hidden;
}

#maincontent {
	width: 90%;
}

#maincontent:before {
	content: "This page has been specially formatted for your printer.";
    font-style: italic;
	text-align: center;
	color: #AAA;
}

#sidebar {
	width: 0px !important;
	border: none;
	visibility: hidden;	
}

#sidebar ad {

}

#footer {
	height: 0px !important;
	visibility: hidden;
}

a:link {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	color: black !important;
}

.review p {
	color: black !important;
}

.review {
	border: 1px black dotted !important;
}

div.software_review {
	width: 90% !important;
}