body {
	font-family: Verdana,Geneva,Tahoma,Arial,sans-serif;
	}
	
/* div that holds the internal navigation links */
div#newacq-navlinks {
	font-size:80%;
	width:700px;
	}

/* div that holds the list of records */
div#newacq-recordslist {}

/* Each subject's header */
h2.newacq-subjheading {
		color: #4b4840;
		background-color: #dfddd6;
		font-size: 90%;
		font-weight: bold;
		padding: 0.3em;
		margin-top: 2em;
		}

/* Image that links to feed */
img.newacq-rssimage {
	border: 0;
	}

/* Place the RSS image a little nicer within the heading */
h2.newacq-subjheading img {
	position:relative;
	top:2px;
	}

/* The "return to top" link at the end of each group */
p.newacq-ret2top {
	text-align: right;
	font-size: 80%;
	}

/* Paragraph in which each record lives */
p.newacq-bib {
	font-size: 80%;
	padding-left: 1em;
	}

/* span in which the title lives */
span.newacq-title {font-weight: bold;}

/* span in which the publisher lives */
span.newacq-pub {}

/* span in which the call number lives */
span.newacq-callno {color: #666666; font-weight: bold;}

/* Link to the catalog record */
a.newacq-catlink {
	font-weight: bold;
	}
