/* Turning Point Cycles Print Stylesheet */

body {
	background: white;
	color: black;
	font-size: 12pt;
	margin: 0;
}

#header, #menu {
	display: none;
}

#content {
	border: 0;
	background-color: white;
	color: black;
	float: none !important;
	margin: 0;
	padding: 0;
	width: auto;
}

a:link, a:visited {
	background-color: white;
	color: navy;
	font-weight: bold;
	text-decoration: underline;
}

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ")";
	font-size: 90%;
}

