HTML 
{
	margin: 0px;
	padding: 0px;
	background-color: #CCD6D2; 
	background-image: url("halftones.gif");
	background-repeat: repeat-y;
	background-position:  69.5% 0%;
	background-attachment: scroll;
}

BODY
{
	margin-top: 0%;
	margin-right: 33%;
	margin-bottom: 0%;
	margin-left: 3%;
	padding: 0px;
	background-color: none;
}

#content
{
	background-color: white;
	padding: 3% 25px 5% 25px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin-bottom: 5em;
	font-size: 1.0em;
	font-family: garamond, georgia, times, serif;
}

P
{
	text-align: left;
	line-height: 1.3em;
}

P.assignment
{
	background-color: #EFEFEF;
	border: 1px dotted #000000;
	padding: .5em;
	text-align: left;
	line-height: 1.3em;
}

LI
{
	list-style: circle inside;
	margin-left: 1em;
	padding-bottom: .4em;
}

.date
{
	font-weight: normal;
	font-size: 80%;
	font-style: italic;
}

H1, H2, H3, H4, H5, H6
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
}

HR
{
	height: 1px;
	border: 0;
	width: 100%;
	background-color: black;
}

H1 { font-size: 1.5em; }
H2 { font-size: 1.3em; }
H3 { font-size: 1.0em; }
H4 { font-size: .8em; }

A
{
	color: #000066;
	text-decoration: underline;
}

A:visited
{
	color: #333333;
	text-decoration: underline;
}

A:active, A:hover
{
	color: #FF0000;
	text-decoration: none;
}

.description
{
	margin-bottom: 1em;	
	float: right;
}

.thumbnail
{
	display: block;
	border: 1px solid black;
	margin: 5px 10px 5px 5px;
	float: left;

}


.footer { font-size: .8em; }

LI.citation
{
	margin-left: 1em;
	text-indent: -1em;
	list-style: none;
	padding-bottom: 0.6em;
}

.book { font-style: oblique; }
