
.news {
   list-style-type:none;
   padding:0;
   margin:0 0 0 0;

}

.news li {
   margin-bottom:2em;

}

.news .date {
   float:left;

}

.news .author {
   float:right;

}

.news h1 {
   font-size:1.2em;
   text-align:center;

}

.news .permalink
{ 
  float: left;
}

.news .link {
   float: right;

}


.news hr {
   width: 60%;

}

.news .back { 
   margin-bottom: 1em;
}