body	{
                   /*  stylesheet and core design based on
                       http://www.nypl.org/styleguide/css/opensource.html
                       
                       Memo to nypl: thank you! 
                       
                   */
	margin:	0;
	padding:	0;
	font-family: Georgia, Palatino, "Times New Roman", serif;
	color:	#000;
	background : #fff url(/images/background_cross_480.gif) no-repeat fixed top left;  
	}
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:  Georgia, Palatino, "Times New Roman", serif;
    }
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
.malcontent {
	padding: 10px 20px;
	margin: 5% 15%;
	border: 1px dotted #333;
	background-image: url(/images/contentfill.gif);
	}
p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	margin-bottom: 	1em;
	}	
h1	{
	font-size:	2em;
	}
h2	{
	font-size:	1.75em;
	}
h3	{
	font-size:	1.5em;
	color:#060;
    border-bottom:1px #333 dotted;
	}
h4	{
	font-size:	1.25em;
	}
h5	{
	font-size:	1em;
	}
h6	{
	font-size:	0.8em;
	}		
h1, h2, h3, h4, h5, h6	{
	margin:	1.25em 0 .25em 0;
	font-family:	Georgia, Palatino, "Times New Roman", serif;
	}
img	{
		/* turns off gaps around images */
	border:	0
	}
a	{
	text-decoration:	none;
	font-weight:	bold;
	color:#090;
	}
a:link{
	color:#090;
	background-color: transparent;
	}
a:visited{
	color:#090;
	background-color: transparent;
	}
a:active	{
	color:#090;
	background-color: transparent;
	}
a:hover	{
	color:#ddd;
	background-color:#060;
	text-decoration:none;
	}
code, tt, pre	{
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #060;
	background: transparent;
}
#footer {
font: 11px "Trebuchet MS", Geneva, Verdana, sans-serif;
margin-top: 10px;
padding-top: 10px;
border-top: 1px dotted #333333;
}
