/* haikai-acad.css */

body
{
	margin: 3em;
	padding: 4em;
	border: 3px solid #ddd;
	font-family: palatino linotype, palatino, times new roman, times, serif;
}

hr 
{
	background-color: #ddd;
	height: 3px;
	border: none
}

table
{
	border-collapse: collapse;
}
th, td
{
	border: 2px solid #ddd;
}

table.layout
{border: 0px none #fff;
}

#sitenav
{
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	background: #eee;
	padding: .2em 1em;
}

.pagenav 
{
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	background: #eee;
	margin-left: 15px;
	margin-right: 15px;
	padding: .2em 1em;
}
.pagenav ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
.pagenav a 
{
	display: block;
	text-decoration: none;
}
.pagenav a:hover 
{
	text-decoration: underline;
}

h1, h2, h3
{
	font-family: arial, helvetica, sans-serif;
}

p.authorref
{
margin-left: 10em;
}

caption {
	font-family: arial, helvetica, sans-serif;
	padding: 0.25em;
	height: 1.5em;
	font-size: 1.25em;
	margin-bottom: 0.5em;
}

#workscited p
{
text-indent: -2em;
margin: .2em 0 0 2em;
}