/*---------------------------------------
Cascading Style Sheet 		
Author: Lyndsey Pearce		
Version: 1.0 Print style sheet				
website: All Day PA
email: lyndsey.pearce@cube3marketing.com
---------------------------------------
*/

body{
	color:#000;
}

/*remove perimiters*/
div#header,
div#nav,
div#aside
{
	display:none;
	float:none;
}


a img{
	border:none;
}

/*Remove graphics and plain up headers*/
h1{
	background-image:none;
	margin:0 0 10px;
	font-size:18px;
	color:#000;
}

/*Remove graphics and plain up headers*/
h2{
	background-image:none;
	margin:15px 0 0;
	padding:10px 0 0;
	color:#000;
}

p{
	background-color:transparent;
	color:#000;
	font-size:13px;
	line-height:20px;
}

