@charset "utf-8";
/* CSS Document */

.story-entry {
  padding:5px;
  margin: 0 200px 0 100px;
}

.story-entry a,
.story-entry a:visited {
  font-size:14px;
  color:#000;
  font-weight: bold;
}

.story-entry a:hover{
  color:#7E1416;
}

.favwrap { 
  position:relative;
}
.favimg {
  background-image:url(/images/news-favorite.gif);
  background-repeat:no-repeat;
  height:30px;
  left:500px;
  position:absolute;
  top:-3px;
  width:190px;
}

.buttons {
  float:right;
  margin: 20px 170px 20px 0px;
}

.buttons .nextButton{
  margin: 10px; 
  cursor:pointer;
}

.buttons .prevButton{
  margin: 10px; 
  cursor:pointer;
}

