.Header,
.Stopper-Ad,
.Stopper,
.Tools,
.Specials,
.Ads,
.Footer,
.Content-Ad,
.Commenting,
.Rubric,
.Table-of-contents {
	display: none !important;
}

body {
	background-color: #fdfdfd;
	font-family: UnitWeb, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Wrapper {
	margin: 0 auto;
}
.Print-Page,
.Show-Images {
	display: none;
}
.Header {
	margin: 0 auto 3rem auto;
	text-align: center;
}
.Header img {
	height: 50px;
}
.Date {
	font-size: 0.9rem;
	margin: 1.3rem 0 1.5rem 0;
	/* text-align: center; */
}
.Author {
	margin-bottom: 1.5rem;
	/* text-align: center; */
}
h1 {
	font-family: UnitWeb-Bold, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 3rem;
	line-height: 140%;
	margin-bottom: 2rem;
	/* text-align: center; */
}
h2 {
	font-family: UnitWeb-Bold, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2rem;
	line-height: 140%;
	margin-bottom: 2rem;
	margin-top: -1rem;
	/* text-align: center; */
}
.Lead {
	font-family: UnitWeb-Ita, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 150%;
	margin-bottom: 3rem;
}
h3 {
	font-family: UnitWeb-Bold, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 140%;
	margin-bottom: 1.5rem;
	/* text-align: center; */
}
.Content {
	border-top: 2px solid #ccc;
	line-height: 150%;
	margin-top: 1rem;
	padding-top: 3rem;
}
.Content p {
	margin-bottom: 1rem;
}
hr {
	background: #ccc;
	border: 0;
	height: 2px;
	margin: 3rem 0;
}
.Infobox {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	clear: both;
	margin: 1rem 0;
	padding: 3rem 0;
}
.Image {
	clear: both;
	float: left;
	font-size: 0.9rem;
	line-height: 130%;
	margin: 1rem;
	text-align: center;
	width: 465px;
	max-width: 50%;
}
.Image.Big {
	margin-left: 0;
}
.Image img {
	margin-top: -10px;
	max-width: 100%;
}
.Image div.Title,
.Image div.Copyright {
	margin-top: 1rem;
}
.Image.Right {
	float: right;
	margin-left: 1rem;
}
.Image.Left,
.Image.Right,
.Image.Left img,
.Image.Right img {
	max-width: 170px;
}
.Image.Big.embed {
	display: none;
}
.Link {
	border-top: 2px solid #ccc;
	clear: both;
	color: #666;
	font-size: 0.9rem;
	margin-top: 3rem;
	padding-top: 3rem;
}
a {
	color: #555;
}
.Listing a {
	text-decoration: none;
}