.newspage .welcome-message {
	position: relative;
}

.newspage .welcome-message .message {
	margin-left: 140px;
}

.newspage .welcome-message .message .closing-line {
	font-style: italic;
	margin-top: 1em;
}

.newspage .welcome-message .image {
	padding-top: 2em;
}
.newspage .welcome-message .image .affiliation-logo {
	height: 100px;
	width: auto;
	float: left;
}

.blogpost{
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left: 120px;
    border-top-style: dotted;
    border-top-width: 1px;
	border-top-color: rgb(108, 100, 172);
}

.blogpost-title a {
	font-size: 200%;
	font-weight: 600;
	color: rgb( 45,  82, 100 );
	text-decoration: none;
}

.blogpost-signature{
	font-style: italic;
	float: right;
}