@media all
{
  div.NewsSections
  {
    margin: 0px;
    border: 0px;
  }
  
  table.NewsSection
  {
    margin-top: 10px;
    width: 100%;
    border: 1px solid silver;
    table-layout: fixed;
  }
  
  .NewsSection .NewsEntry
  {
	padding:5px
  }
  
  .NewsSection .NewsEntry .NewsDate
  {
  }
  
  .NewsTitle
  {
	text-decoration:underline;
	font-size:1.2em;
	font-weight:bold;
  }
  
  .NewsShort
  {
	
  }
  
  .NewsPager
  {
	text-align:center;
  }
  
  .NewsPager a
  {
	padding-left:5px;
  }
}
