/* Stylesheet for the News box */

.newsitem {
	padding:10px;
}

.title {
	font-weight: bold;
	font-size:20px;
	padding: 5px;
	border: outset 1px #ffa;
	background: #f5eebb;
	font-family: sans-serif;
}

.newscontent {
	padding-left: 20px;
	padding-right:10px;
	text-align:justify;
}

/* Faded tiny font. Useful for footnotes. */
.date {
	font-family:monospace;
	font-size:12px;
	color:#444444;
	background-color:transparent;
	float:right;
	font-weight: bold;
	padding-right:10px;
	padding-top:13px;
}

