/* print styles */
body {
	color: black; 
	background: white;
	background-image: none;
}
A:link, A:visited {
	background: white; 
	color: black; 
	text-decoration: underline;
   	font-weight: bold;
}
H1, H2, H3 {
	background: white; 
	color: black; 
	padding-bottom: 1px;
   	border-bottom: 1px solid gray;
}
#header, #headerInsideMain, #sideContent, #footer, #logo, #news, #box1, #box2 {
	display: none;
}

#text{
	width: 100%;
}
#content, #container{
	padding: 0;
	margin: 0;
}