body {
	font-family: "Times New Roman", Times, serif;
	background-color: #c8c8c8;
}

#content {
		margin-left : 9.25em;
		margin-right: 9.25em;
	}

h1 {
	font-size: 200%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: Black;
}
	
h2 {
	font-size: 175%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: Black;
}
	 
h3 {
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
	color: Blue;
}

h4 {
	font-size: 125%;
	font-family: Arial, Helvetica, sans-serif;
	color: Green;
}

h4.c {
	font-size: 125%;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: Black;
}
	 
h5 {
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
}

h5.c {
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	/*color: Black;*/
}

contact {
	font-family: Arial, Helvetica, sans-serif;
}

p.dropcap:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 400%;
	float: left;
	width: auto;
	color: fuchsia;
	padding-right: .125em;
}

p.indent {
	padding-left: 2em;
	padding-right: 2em;
}
  
b {
	font-size: inherit;
	font-weight: bolder;
	color: #00cc33;
}

i.quote {
	font: italic;
}

#artnav {
	float: right;
	display: inline;
	width: 9.5em;
	margin-right: -9.25em;
	padding: .25em;
	text-align: left;
}

#anav { /* article navigation text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: : inherit;
	font-style: normal;
	color: Gray;
	text-decoration: none;
}

#lnav {
	/* other site navigation text*/
	font-size: : inherit;
	font-style: normal;
	color: Yellow;
	text-decoration: none;
}

#anav:hover {
	background-color: black;
}

#lnav:hover {
	background-color: black;
}

#art { /* article caption */
	font-family: Arial, Helvetica, sans-serif;
	font-size: : inherit;
	font-weight: bolder;
	color: Red;
}

#b { /* bold caption */
	font-family: Arial, Helvetica, sans-serif;
	font-size: : inherit;
	font-weight: bolder;
}

#num {
   padding-left: 1.5em;
	padding-bottom: 1em;
	text-indent: -1.5em;
	font-weight: bolder;
}

#q {
	text-indent: -1.25em;
	padding-bottom: 1em;
}

#a {
	font-weight: normal;
	text-indent: -1.25em;
}

#f {
	/*footnote paragraph*/
	/*text-indent: 1.5em;*/
	font-weight: normal;
}

#fn {
	/*foot note numbers*/
	font-weight: bold;
	/*color: Red;*/
	vertical-align: super;
	/*background-color: #e0e0e0;*/
	margin-right: 0.1em;
	margin-left: 0.1em;
	padding: 0.1em 0.3em 0.1em 0.3em;
	font-size: 0.6em;
	text-decoration: none;
	border: none;
}

#fns {
	/*foot note astrics*/
	font-weight: bold;
	color: Red;
	vertical-align: super;
	background-color: #e0e0e0;
	margin-right: 0.1em;
	margin-left: 0.1em;
	padding: 0.1em 0.3em 0.1em 0.3em;
	font-size: 0.6em;
	text-decoration: none;
	border: none;
}