body{
	font-family:sans-serif;
	font-size:100%;
	width:100%;
	background-color:rgba(222, 206, 172, .35);
}
h1,h2,p,li a{margin:0;padding:0}
hr{
	clear:both;
	margin:0;
	display:block;
	border:none;
	border-bottom:1px solid black;
	height:1px;
	padding-top:1.25em;
}
h1{
	font-size:1.25rem;
	margin-bottom:0.75em;
}
h2{margin-bottom:1em}
a:hover{opacity:0.75}
#mid{
	max-width:800px;
	background-color:#fefeff;
	margin:0 auto;
	padding:10px 2.5em 10px 1.5em;
}
p,.newsItem a{font-size:0.8rem}
.newsItem{
	max-width:800px;
	min-height:250px;
}
.newsItem a img{
	margin-right:1.5em;
	max-width:256px;
	max-height:144px;
}
.newsItem p:last-child{margin-bottom:20px;margin-top:10px}
.newsItem p:last-child{text-align:right}
.newsItem p:nth-child(4){text-align:justify;hyphens:auto}
@media screen and (min-width:650px){
	.newsItem img{float:left}
	.newsItem ul{margin-left:15.5em;}
	.newsItem br{display:none}
}