/*---this style sheet used by historical pages---*/

body {
	background-color: #ffffff;
	margin-top:0;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #000000;
}
.text_small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	line-height: 14px;
}
.text_tiny {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px}
.text_bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}
.header {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px}
.header_bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
.superheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28pt;
	line-height: 32pt;
}
a:link {
	color: 009999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336666;
}
a:hover {
	text-decoration: underline;
	color: #9966CC;
}
a:active {
	text-decoration: none;
	color: #9966CC;
}
.orange-date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF6633;
	font-weight: bold;
}
.booktitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #330066;
}

