/*
print_art.css - by Orjan Hansson, 2007-11-19, 2007-11-29, 2007-12-03

Cascading style sheet for printing at insiktuteckling.se
Appropriate for modifying styles in art.css 
Version 1.0

Based on an article by Eric Meyer in ALA:
http://www.alistapart.com/articles/goingtoprint
*/

body {
	text-align: left;
}
#container {
	width: auto;
	float: none !important;
	margin: 0; 
	border: none;
}
#header, #sideText, #footer, #leftColumn {
	display: none;
}
#mainText {
	width: auto;
	height: auto;
	float: none !important;
	overflow: visible;
	margin: 0; 
	background: transparent none;
}
#rightColumn {
	width: auto;
	height: auto;
	float: none !important;
	margin: 0; 
	text-align: left;
	background: transparent none;
}

/* Text formatting */
body {
	background: white;
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

/* Links */
a {
	background: transparent;
	font-weight: bold;
	text-decoration: underline; 
}

/* Color scheme */
body {
	background: #fff;
	color: #000;
}
h1, h2, h3, h4, th, a {
	color: #000; 
}
colorWeak {
	color: #fff; /* Doesn't work! */
}
