
body {
	font-family: Georgia, serif;
	background: none;
	color: black;

}
#page {
	width: 100%;
	margin: 0; padding: 0;
	background: none;
}
 #col1, #col3, #footer {
	display: none;

}

.breadcrumb li {
  list-style-type:none;
  display:inline;
}

.breadcrumb li:after {
    content: " » ";
}

.breadcrumb li:last-child:after{
  content: none;
}

#top-menu-all, #incrdecr, #search, #nav{
	display: none;
}
.business .submenu,.citizens .submenu{
	display: none;
}

#col2 a:after {
	content: " (" attr(href) ") ";
}
#printed-article {
	border: 1px solid #666;
	padding: 10px;
}