.leftColumn {
  width: 300px;
  padding: 5px;
  background-color: #E7E7E7;
  border-top: 1px solid #ABABAB;
  border-left: 1px solid #ABABAB;
  border-right: 1px solid #ABABAB;
}

.rightColumn {
  background-color: #E7E7E7;
  margin-left: 20px;
  padding: 5px;
  width: 570px;
  border: 1px solid #ABABAB;
  text-align: justify;
}


.newsOne {
  border-bottom: 1px solid #ABABAB;
  height: 135px;
  padding-top: 3px;
  border-top: 0px;
  text-align: justify;
}

.newsOneActive {
    background-color: #eaeaea;
    padding: 3px;
    border: 1px solid #000;
    box-shadow: 0 0 2px 0;
    -moz-box-shadow: 0 0 2px 0;
    -webkit-box-shadow: 0 0 2px 0;
}