div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 5px; /* padding for the news article summary */
    margin: 0px; /* margin to the bottom of the news article summary */
    border-bottom: none; 
}

.NewsSummaryPostdate {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-style: normal;
   font-weight: normal;
   color: #999999;
   text-decoration: none;
 }

.NewsSummaryLink a {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: bold;
   color: #666666;
   text-decoration: none;
}

.NewsSummaryLink a:hover {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: bold;
   color: #0099ff;
   text-decoration: none;
}

.NewsSummaryCategory {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-style: normal;
   font-weight: normal;
   color: #666666;
   text-decoration: none;
 }

.NewsSummaryAuthor {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-style: normal;
   font-weight: normal;
   color: #666666;
   text-decoration: none;
}

.NewsSummarySummary, .NewsSummaryContent {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   color: #666666;
   text-decoration: none;
 }

.NewsSummaryMorelink {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: bold;
   color: #666666;
   text-decoration: none;
}

.NewsSummaryMorelink a {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: bold;
   color: #666666;
   text-decoration: none;
}

.NewsSummaryMorelink a:hover {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: bold;
   color: #0099ff;
   text-decoration: none;
}

#NewsPostDetailDate {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   color: #999999;
   text-decoration: none;
}

#NewsPostDetailSummary {   
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   color: #666666;
   text-decoration: none;
   }

#NewsPostDetailCategory {
  border-top: 1px dotted #cccccc;
  margin-top: 5px;
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}

#NewsPostDetailContent {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
  }

#NewsPostDetailAuthor {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}

#NewsPostDetailTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  color: #0099ff;
  text-decoration: none;
}

#NewsPostDetailPrintReturnLink a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}

#NewsPostDetailPrintReturnLink a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #0099ff;
  text-decoration: none;
}

.NewsCategory {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: bold;
   color: #666666;
   text-decoration: none;
}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailHorizRule {}
*/