body {
	background: #ffffff;
	display: block;
	margin: 1em;
	font-family: "times new roman", serif;
	color: black;
	font-size: 100%;
	line-height: 1.3em;
}
h1, h2, h3, h4 {	
 	color: #660000;
	font-family: "book antiqua", "minion", serif;
	font-weight: bold;
	
	}	
h1, h2 {
	text-align: center;
	display: block;
	}

	
h3, h4 {
	text-align: left;
	display: inline;
	}

.inlinehead {
	text-align: left;
	display: inline;
	color: #660000;
	font-family: "book antiqua", "minion", serif;
	font-weight: bold;	
	font-size: 1.3em;
}

.color {	
 	color: #660000;
	font-weight: bold;
	
	}
.indent {
	margin-left: 2.5em;
}
.caption {
	font-size: 90%;
	font-style: italic;
	text-align: center;
	line-height: 1em;
}	
a:link {	
	text-decoration: underline;
	color: #660000;
	}	
	
a:visited {	
	text-decoration: underline;
	color: #ff0000;
	}	
				
a:hover, a:active {	
	text-decoration: none;
	color: #ffffff;
	background: #660000;
}	


 table {
	border-width: 1px;
	border-spacing: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	 }
tr {
	vertical-align: middle;
}
td, th {
	border-width: 1px;
	border-spacing: 1px;
	border-style: inset;
	border-color: gray;
	padding: 4px 3px;
}
th {
	color: #660000;
	font-family: "Book Antiqua", "Times New Roman", serif;
	font-size: 150%;
	text-align: center;
	width: 50%;
}
td {
 	text-align: left;

 }
 
.right {
	display: block;
	float: right;
	margin-bottom: 0;
	margin-left: 1.3em;
	margin-right: 0;
	margin-top: 0;
	
		}
	
.left {
	display: block;
	float: left;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 1.3em;
	margin-top: 0;
	
		}
	
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}	
.clear {
	clear: both;
}


.space {
	display: block;
	width: 100%;
	padding: 8px;
	clear: both;
}
 
dl {
	 padding: 0;
	 margin-bottom: 25px;
	 }
dt {
	list-style: none;
	font-family: "Times New Roman", serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	padding: 0;
	margin: 0;
	}
	
.add {
	font-weight: normal;
	font-style: normal;
}

dd {
	list-style: none;	
	font-style: italic;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.comment {
	display: inline;
	font-style: normal;
	font-weight: normal;
}

.latin {
	display: inline;
	font-style: normal;
	font-weight: bold;
}

.box {
	border: 1px black solid;
	border-bottom: 0;
}	
   .overline { 
   border-top: 1px black solid; 
  
 }
 
.inscription {
 	display: block;
 	font-size: 90%;
  	font-variant: small-caps;
 }
 
em {
	font-style: italic;
	font-variant: normal;
}