/* CLC print styles */

#skip_link, #nav, #top_link, #byline {
	display: none;
}

body {
	font-family: Times, "Times New Roman", serif;
	font-size: 86%;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

#identity {
	font-size: 1.5em;
}
	#identity a {
		color: #000;
		text-decoration: none;
	}

#content {
	text-align: justify;
}

	body.wide #content {
		text-align: left;
	}

	#content p {
		line-height: 1.6em;
	}

.superscript {
	font-size: 0.7em;
	line-height: 0;
	vertical-align: super;
}

.preview {
	font-style: italic;
}

a {
	color: #244b7b;
}