/**
 * copyright 2006 rebel high records
 * www.rebelhigh.org
 */
.newsitem {
  width: 450px;
  margin-bottom: 40px;
}
.newsitem .date {
  margin-bottom: 4px;
  font-style: underline;
}
.newsitem .subject {
  font-weight: bold;
  margin-bottom: 5px;
}
.newsitem .message {
  padding: 5px;
  padding-left: 30px;
  margin-bottom: 5px;
}
.newsitem .details {
  font-style: italic;
  font-size: 9px;
  padding-left: 30px;
}

