/* Print stylesheet for Cow Chip */
* {
}
html, body, p {
width:auto;
height:auto;
margin: 0;
padding:0;
overflow:visible !important;
}

/* Remove unwanted elements */
#TopNav, #Header, .Box310_Wrapper, .RightBottom_Wrapper, .Box300_Ads, .Box608_Header 
{
	display: none;
	margin:0;
	padding:0;
	height:0;
	width:0; 
}
#CC_Page_Container
{
	border:none;
	overflow:visible !important;
	float: none !important;
	display: inline; !important;
	width: auto;
	height:auto;
	margin: 0;
}
.Box608_Content, .center,
{
	border:none;
	overflow:visible;
	float: none !important;
	display: inline; !important;
	width: auto;
	height: auto;
	margin: 0;
}

/* Change text colour to black (useful for light text on a dark background) */
html
{
	color: #000
}

/* Improve colour contrast of links */
a:link, a:visited
{
	color: #781351
}

.Box608_Content_Wrapper {
	page-break-before: always;
}
