.title {
	font-size: 24px;
	color: #C7BE71;
	font-family: Georgia, "Times New Roman", Times, serif;
 }
.Page-Links{
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
}
.Page-Links a, .Page-Links a:visited, .Page-Links a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
    text-decoration:none;
	color: #FF6633;
}
.Page-Links a:hover {
  color:#FF0000;
}
#parchment_content {
	width:350px;
	position:float;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	float: left;
	margin: 15px;
	padding: 6px;
	border-top: 1px solid #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #666666;
	border-left: 1px none #666666;
}
#parchment_content2 {
	width:550px;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	float: right;
	margin: 15px;
	padding: 6px;
	border-top: 1px solid #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #666666;
	border-left: 1px none #666666;
}
#parchment_graphic {
	width:130px;
	position:float;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	float: left;
	margin: 15px;
	padding: 6px;
}
a:link, a:visited, a:active{
	color: #FF6633;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}


