@charset "UTF-8";
#news {
	float: left;
	width: 390px;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#news a {
	color: #1E2A7B;
	text-decoration: none;
}
#news a:hover {
	text-decoration: underline;
}
#events {
	float: left;
	width: 240px;
	margin-top: 20px;
}
#events img {
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
