/*
	
	My First Print-Media stylesheet
		- Matthias Dailey
	
*/


/*
	
	Hide images n stuff
	
*/



#earth, #blacktop, #png_rise, #png_fall, .l .r{
	
	display:none;
	
}







/*
	adjust
*/

body{
	
	margin-left: 1in;
	
}




.cont{
	border-top:10px solid #37496a;
	border-bottom: 3px solid #37496a;
}


.title{
	margin-top: -75px;
}




.cont{
	background-color: #eee;
}

.all, .on{
	background-image: none;
	background-color: transparent;
}




.all h1, .all h2, .all h3, .all h4, .all h5, .all h6, .all p, .all div.alongwith{
	background-color: white;
}





