/* CSS for when a page is printed */

/* CSS styles for the general site layout */
body {
	background:white;
}

a, input {
	outline:none;
	text-decoration:underline;
	color:black;
}

#wrapper {
	width:600px;
}

#wrapper .header {
	display:none;
}

#wrapper .menu {
	display:none;
}

#footer {
	display:none;
}
