@charset "utf-8";
/* This CSS page is used to format the output used for all news related pages.
   This includes : 
   about/news.php
   about/announcements.php */
   
/*News line formatting*/
.news_line{
  padding: 0px 10px 0px 0px;
  text-align:left;
}

.news_date_source{
  color: #ff8e00;
}

.news_title{
  color: #263248;
  font-weight: 600;
}


.news_pane{
  background-color: #ffffff;
}

