/* the news box */
#news {
    width: 94%;
    padding:4px;
    padding-left:10px;
    margin-top:6px;
}
/*
  #news a {
  color:gray;
  }
  #news a:hover {
  color:#000000;
  }
  #news ul {
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  }
  #news ul li:hover {
  margin:0 !important;
  }
  #news li {
  background-image:none !important;
  line-height:1.5em;
  color:#000000;
  height:auto;
  padding-left:4px !important;
  }
  #news p {
  line-height:1.5em;
  color:#000000;
  padding-bottom:2px;
  margin-bottom:16px;
  height:auto;
  float:left;
  }
  #news li h1 {
  font-size: 13px;
  color:#000000;
  padding:0 !important;
  }
  #news li h2 {
  font-size: 11px;
  text-align:justify;
  color:#b10604;
  line-height:8px;
  padding:0 !important;
  }
  #news li a {
  color:#b10604;
  font-size: 10px;
  vertical-align:bottom !important;
  }
 */
#news li p {
    text-align: justify;
    width:96%;
    margin-left:3%;
    color: #1f0c0c;
}
/*
  #news li img {
  padding:3px;
  padding-right:0;
  float:right;
  }
 */
/* the news box when JavaScript is available */
#news.hasJS {
    width: 94%;
    padding:4px;
    padding-left:10px;
    height:228px;
    overflow:hidden;
    position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul {
    position:absolute;
    top:28px;
    left:0;
    margin:0;
    padding:0;
}
#news.hasJS ul p {
    line-height: 14px;
}

