/* Use for Reference drive; sets a margin for screen display ; to use this stylesheet, add the media element to the stylesheet link and set screen as the media; example media="screen"   Full example of link: 
<link href="css/screen.css" rel="stylesheet" type="text/css" media="screen" /> 

Used in the Subject Research guides which have been edited. note: links to production version. updated 7/9/09 checked 11/8/2010 */



#altbanner {
	display: none;
	text-align: center;
}

/* Causes url to print even though it does not display on the screen. Use for how to guides */
#nourl {
	display: none;
}
body {
	margin-right: 50px;
	margin-left: 50px;
}
.header {
	text-align: center;}
	
.maintain {
	font-size: smaller;
	font-style: italic;
}	
