
body {
	background: white;
	font-size: 12pt;
	}
	
#left {display: none;}
#logo {display: none;}
#underlogo {display: none;}
#homebig  {display: none;}
	
#right #content {
	width: 100%; 
	margin: 0 5%;
	padding: 0; 
	padding-top: 1em;
	border: 0px solid white;
	float: none !important;
	color: black; 
	background: transparent;
	}

	
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
#right #content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#right #content a[href^="/"]:after {
  content: " (http://www.petoskeylibrary.org" attr(href) ") ";
   }
	

