﻿body {
	background: #ffffff;
	color: #000000;
	padding: 12pt 0;
	border: none;
	width: 100%;
}

h1	{
	font-size: 20pt;
	display: block;
	text-align: center;
	color: #000000;
	border: none;
}	

#title, #figures, nav, .button, #menu, #next	{
	display: none;
}	
	
#content	{
	clear: both;
}	

h3	{
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 6pt;
}

h4	{
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 6pt;
}	

a, a:hover, a:active, a:visited	{
	color: #000000;
	text-decoration: none;
}	

.important 	{
	font-weight: bold;
}

.credit, .foreign	{
	font-style: italic;
}

img	{
	display: block;
	border: 1px solid #cccccc;
	width: calc(100% - 2px);
}

figure	{
	padding: 10pt;
	border: 1px solid #000000;
	float: right;
	width: 60%;
	page-break-inside: avoid;
}	

#copyright	{
	clear: both;
}

figure	{
	border: none;
	float: none;
	margin: 10pt auto;
}	


/*ONLINE RESOURCES*/

a.external:after {
	content:" (" attr(href) ") ";
	color: blue;
	font-weight:normal;
}	

