/*
Theme Name: Print Text
Theme URI: http://wordpress.org/
Description: Accessible print text css 
Version: 2.2
Author: http://www.access-bydesign.com

*/ 

html, body{
	margin:1%;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
} 
 #header{
}
.hdrtitle h1 {
	display:block;
	text-align: right;
	padding: 22px 65px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:3.4em;
	color: #000000;
	 }
#jumps{
	display:none;
}
#sidebar{
	display:none;
}
 
#content{
	width:100%;
	text-align: justify; 
 }
 
#footer{
 display:none;
 }
 