
.news{
	padding-bottom: 10px;
}

.news h3{
	font-size: 12px;
	font-weight: bold;
	color: #ff7109;
	border-left: 4px solid #ff7109;
	padding: 3px 5px;
	margin-bottom: 10px;
}

.date{
	font-size: 11px;
	line-height: 11px;
	text-align: right;
	padding-top: 5px;
}

.photo{
	text-align: center;
	padding-bottom: 10px;
}

.photo img{
	max-width: 300px;
	max-height: 300px;
	height: auto;
}

#pagelink{
	text-align: center;
	padding: 0 0 10px 0;
}

.news a{
	text-decoration: underline;
	color: #0084ff;
}

.news a:hover{
	text-decoration: none;
}

