body {
	background-color: white;
	color: black;
	font-family: Times, "Times New Roman", Garamond, serif;
}

div#navigation {
	background-color: white;
	text-decoration: none;
	list-style-type: none;
	width: auto;
	display: inline;
	clear: both;
	border: none;
}

div#navigation ul, div#navigation li {
	list-style-type: none;
	list-style: none;
	text-align: center;
	display: inline;
	margin: 1px 0 10px 0;
	padding: 0 0 0 0;
	border: none;
}


div#accessibility a:link {
	text-decoration: none;
	display: none;
}

div#content, div#headline {
	position:relative;
	border: none;
	margin: 0;
	padding: 0;
}

div#maincontent {
	width: auto;
	float: none;
	border: none;
}

/*div#content a:link:after, div#content a:visited:after {
   content: " < " attr(href) " > ";
   font-size: 100%;
   padding: .3em .5em .3em .5em;
   white-space:nowrap;
}

div#maincontent a:link:after, div#maincontent a:visited:after {
   content: " < " attr(href) " > ";
   font-size: 100%;
   padding: .3em .5em .3em .5em;
   white-space:nowrap;
}  */ 

div#header, div#footer, div#libgooglebox {
	display: none;
}

a:link, a:visited {
	background: transparent;
	text-decoration: underline;
	font-weight: inherit;
	color: blue;
	margin: 0 1px 0 3px;
}

h1 {background: white; color: black;}
h2 {background: white; color: black;}
h3 {background: white; color: black;}
h4 {background: white; color: black;}
h5 {background: white; color: black;}
h6 {background: white; color: black;}
p  {font-family: Times, "Times New Roman", Garamond, serif;}

iframe {
	display: none;
}

/* THIS IS NOT USED BECAUSE DOESN'T WORK WITH IE 6 - ADDS URL AFTER EACH LINK
a:after {
	content:" < " attr(href) " > ";
	font-family: courier, monospace;
	font-weight: normal; 
} 
*/
