/* Start of CMSMS style sheet 'News' */
.NewsSummary {
    margin-bottom: 10px;
    padding: 5px;
 }

/*.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
  padding: 5px;
}*/

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
padding: 5px;
 }

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  margin-bottom: 10px;
  padding: 5px;
 }

<style type="text/css">
/*** CORNER STYLES ***/
.header ul {
	background: url(corners.gif) -15px -15px no-repeat;
	height: 15px;
	list-style: none;
	margin: 0;
}
.header ul li {
	float: right;
	background: url(corners.gif) 0px -15px no-repeat;
	width: 15px;
	line-height: 15px;
        list-style: none;
}
.footer ul {
	background: url(corners.gif) -15px 0px no-repeat;
	height: 15px;
	list-style: none;
	margin: 0;
}
.footer ul li {
	float: right;
	background: url(corners.gif) 0px 0px no-repeat;
	width: 15px;
	line-height: 15px;
}

#NewsPostDetailDate {
  font-size: 90%;
  font-style: italic;
  margin-bottom: 5px;
  }

#NewsPostDetailSummary {
   margin-bottom: 10px;
  line-height: 150%;
   }

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

.roundedDiv {
	width: 180px;
	background: #369;
	color: #FFF;
}
#content {
	padding: 0 15px;
	display: block;
}
ol li {
	margin-bottom: 10px;
}

#title {
	padding: 8px;
	border-bottom: 1px solid #dcdcdc;
}

/* to add specific style to the below div, uncomment them. */
/* 
.NewsSummaryLink {}
.NewsSummaryAuthor {}
.NewsSummaryMorelink {}
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailCategory {}
#NewsPostDetailAuthor {}
#NewsPostDetailAuthor {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'News' */

