div .header {
  background: #ccc;
  padding: 3px;
  margin-bottom: 5px;
  text-align: right;
  font-weight: bold;
  font-size: 12px;
}

div .body {

	padding: 1em;
	line-height: 150%;
}

.edit {
  font-size: 10px;
  text-align: right;
  margin-bottom: 1em;
}

.news .title {
  text-align: center; 
  font-size: 14px; 
  font-weight: bold; 
  border-bottom: 1px dashed #999;
  width: 90%;
  line-height: 150%; 
  color: red;
  padding: 0 10px;
}

.news .body {
  width:90%; 
  font-size: 12px;
  line-height: 140%; 
  border: 3px double #999; 
  padding: 10px;
  margin-bottom: 3em;
}

.news .date {
 margin-top: 1em;
 text-align: right;
 font-size: 10px;
}

