/******************************************************/
/* mpl_print.css                                      */
/* Use with Milton Public Library pages */
/******************************************************/

/******************************************************/
/* HTML tag styles                                    */
/******************************************************/ 


#navGlobalBar, #pdamenu, #navSideBar, #rightSideBar {
	display: none;
	}
	
#wrapper, #header, #content, #infobar, #middle, #rightFeature, #LeftFeature, #Feature {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none;
	}

#masthead {
	display:inherit;
	padding-top: 1em;
	border: 1px solid #096;
	}
	
body, p, td, th, ul, a { 
background-color: #fff; 
color: #000; 
font-family: "Times New Roman", Garamond, serif; 
font-size: 12pt; 
}

body {
margin: 0;
border: 1px solid #096;
}

table { 
border-collapse: collapse; 
} 

td, tr { 
border: 1px solid #000000; 
}	

.storyLeft {
	border:none;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

div#content {
	margin-left: 10%;
	padding-top: 1em;
	border-top: 1px solid #930;
	}


