/*font and colour for headings*/
h1, h2, h3, h4 {
	font-family: Avant Garde, Verdana, Arial, sans-serif;
	color: #405C9E;
}
h3, h4 {
	font-family: Avant Garde, Helvetica, Arial, sans-serif;
	font-weight: bold;
}
h4 {
	font-size: 0.98em;
	margin-bottom: 0px;
}
.authors {
	font-family: Avant Garde, Helvetica, Arial, sans-serif;
	margin-bottom: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	color: #000;
}
.status {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #405C9E;
}
.year {
	font-family: Avant Garde, Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #405C9E;
}
.ISBN {
	font-size: 0.7em;
	font-weight: bold;
	color: #9966CC;
}
/*font and size for headers in tables*/
th {
	font-family: Avant Garde, Helvetica, Arial, sans-serif;
	color: #3D2D6E;
	vertical-align: bottom;
	text-align: left;		
}

/*font and size for normal text including lists*/
p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

/*linespace for list items*/
li {
	margin-top: 2px;
	margin-bottom: 2px;
}
/*but have to make sure lists don't get smaller?*/
ul, ol, li li {
	font-size: 1em;
}
/*text in the footer div is smaller*/   
#footer p {
	font-size: 0.6em;	
}

/* text with hanging indent and decreased space between paragraphs */
#hangingIndent p {
	text-indent: -8pt;
	margin: 4px 6px 4px 10px;
}

/*colour and weight for links*/
/*a { font-weight: bold; } */
a:link { color: #405C9E; }	
a:active { color: #405C9E; }
a:visited { color: #405C9E; }

/*links that don't yet have a valid destination*/   
a.incomplete:link { color: #009999; }
a.incomplete:active { color: #009999; }
a.incomplete:visited { color: #009999; }

/*web links in references*/   
a.web {
	font-size: 0.8em;
	font-weight: normal;
}

/*no borders on linked images*/   
img {
	border: none;
}
