@import url(css/modern.css);
#news {
margin-left: 20%;
width: 50%;
min-width: 30em;
}

#news h1 {
width: 100%;
}

#news h2 {
  font-size: 1.1em; font-weight: bold; color: #888;
}

.item {clear: left; margin-bottom: 1em;}

#news div.illu {
  float: left; 
  margin: 0 10px 10px 0;
  font-size: 0.85em;
}

.illu .caption {
	display: block;
	font-size: 0.95em;
	max-width: 200px;
	margin-bottom: 2em;
}
	

#news .datum {
float: right; 
width: 8em; 
font-size: 0.95em;
color: #000;
}

#news p {
margin: 0.2em 0;
}

