/* @override http://www.classicist.org/workspace/css/print.css */

* {	background-image: none !important; background-color: transparent;}

#left, #right, #slideshow, #whats-new, form, .register-online, hr { display: none; }

.container { 	
	font-size: 12pt;
}

img{
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

#center{
	width: 7in;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

p{
	padding-top: 10px;
	padding-bottom: 10px;
	width: auto;
}

h1{	font-size: 21pt; }
h2{	font-size: 18pt; }
h3{	font-size: 14pt; font-weight: bold;}
h4{	font-size: 12pt; font-weight: bold; }
h5{	font-size: 10pt; font-style: italic;}
h6{	font-size: 8pt; }

.container{
	font: 12pt "Times New Roman", Times, Georgia, serif;
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}

a:link, a:visited {
	color: #435783;
	background: transparent;
	border-bottom: 1px #435783 solid;
	}
	
.container a:link:after, .container a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
.container  a[href^="/"]:after {
content: " (http://www.classicist.org" attr(href) ") ";
}