body
{
	font-family: serif;
	font-size: 16pt;
	margin: 25px 10% 720px 10%;
	background-color: #FFFFF2;
	color: #000000;
}

@media handheld
{
	body {
		font-family:sans-serif;
		background-color:#FFFFFF;
		color: #000000;
	}
}
	

p.authors
{
	text-indent: 16pt;
	text-align: justify;
	line-height: 1.2;
	font-style: italic;
	font-size: 90%;
}

p.indent
{
	text-indent: 16pt;
	text-align: justify;
	line-height: 1.2;
}

p.noindent
{
	text-indent: 0pt;
	text-align: justify;
	line-height: 1.2;
}

.center
{
	text-indent: 0pt;
	text-align: center;
}

p.chapter
{
	text-align:center;
	margin-top:4em; 
	margin-bottom:0em;
	font-variant:small-caps;
}

p.chaptertitle
{
	font-style:italic;
	text-align:center;
	margin-top:3px;
}

p.note
{
	margin-left: 16pt;
	text-indent: -16pt;
}

p.longnote
{
	margin-left: 16pt;
	text-indent: -16pt;
	text-align: justify;
}

p.source
{
	text-align: left;
	font-size: 70%;
	font-weight: bold;
	padding-bottom: 24pt;
}

h1
{
	text-align: center;
	padding-bottom: 24pt;
}

sup
{
	font-size: 70%;
	font-family: Times,Times New Roman,Helvetica, Arial, serif;
}

p.small
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 65%;
}

table { font-family: Georgia,Palatino,Times,serif; 
	margin-left:auto;
	margin-right:auto;}

table.navigate
{
	border:2px grey solid;
	width:60%;
}

table.navigate td
{
	width:25%; 
	border:1px solid green; 
	text-align:center;
	font-family:sans-serif;
	font-size:.75em;
}

.smallcaps
{
	font-size: 70%;
	text-transform: uppercase;
}

.ionic { font-family: SPIonic; }
.symbol { font-family: Symbol; }
.hebrew { font-family: SPTiberian; }
.bigger { font-size: 130%; }
.big { font-size: 105%; }
.smaller { font-size: 65%; }

.begincaps
{
	font-size: 85%;
	text-transform: uppercase;
	font-weight: 600;
}

a:link { text-decoration: none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:none; }
a:active {text-decoration:none; }
.red { color: red; }
p.poetry { margin-left: 4em; }

p.latinpoetry
{
	margin-left: 4em;
	font-style: italic;
}

.italic
{
	font-style: italic;
}
.italic i
{
	font-style:normal;
}
