BODY {  /* Set page margins, background */
	margin-top: 1em;
	margin-left: 2em;
	margin-right: 2em;
	font-size: 10pt;
	font-family: times new roman, serif;
	line-height: 1.2em;
	background: white;
	color: black;
}

h2 {    /* Main Page title */
	margin-bottom: 1em;
	text-align: center;
	font-size: 30pt;
	font-weight: bold;
	line-height: 1.2em;
	color: #660000;
	font-family: times new roman, serif;

}

h3 {    /* Environment Aspect titles */
	margin-bottom: .9em;
	text-align: left;
	font-size: 20pt;
	font-weight: bold;
	line-height: 1.8em;
	color: #660000;
	font-family: times new roman, serif;
}

p.h4 {    /* Attribute record titles */
	margin-bottom: 0;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	/* line-height: 1.3em; */
	color: #000000;
	font-family: times new roman, serif;
}

em {	/* Field names */
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color: #660000;
	font-family: arial, verdana, sans-serif;
}

em.id { /* style for Identifier title */
/*	text-decoration: underline; */
	font-size: 9pt;
	font-weight: bold;
	color: #660000;
	font-family: arial, verdana, sans-serif;

}

em.gold { /* Editorial title */
	font-size: 9pt;
	font-weight: bold;
	color: #808080;
	font-family: arial, verdana, sans-serif;
}

em.AttType { /* Attribute Types (agent, method, result) */
	font-family: Times New Roman, Times, serif;
	color: #660000;
	font-size: 12pt; 
	font-weight: bold;
}
em.AttName { /* Attribute Types (agent, method, result) */
	font-family: arial narrow, arial, sans-serif;
	color: #660000;
	font-size: 10pt; 
	font-weight: normal;
}

em.AttVal { /* Attribute Types (agent, method, result) */
	font-family: arial narrow, arial, sans-serif;
	color: #000000;
	font-size: 10pt; 
	font-weight: normal;
}
var {	/* Subordinate Field names */
	font-size: 10.5pt; 
	font-weight: normal;
	font-style: normal;
	color: #660000;
	font-family: arial narrow, arial, sans-serif;
}

var.gold { /* for displaying Prompt ranks */
	color: #808080;
}

var.err { /* used for reporting bad links */
	color: #FF0000;
}

p {	/* style for body of subordinate links */
	text-align: left;
	text-indent: -24pt;
	margin-left: 24pt;
	margin-bottom: 0.9em;
	line-height: 1.2em;

}

td {	/* style for table data */
	font-size: 10pt;
}

b {	/* redundant? */
	font-weight: bold;

}
