/* Start of CMSMS style sheet 'News' */
#news {
  border: 1px solid #f60;
}

#news h2 {
  background-color: #f60;
  color: #fff;
  text-align: center;
  line-height: 1.5em;
  font-size: 1.2em;
}

#news sup {
  display: none;
}

#news ul {
  margin: 0 0.2em;
  list-style: none;
}
#news li {
  padding: 0.5em 0;
  border-top: 1px solid #666;
}

#main .newsdate {
  font-weight: bold;
  border-bottom: 1px solid #666;
  font-size: 1.3em;
}
/* End of 'News' */

