.page_entry a, .entry a {

      color: #0000ff;

      text-decoration: underline;

      background: #F7F7F7;

}

 

.page_entry a:visited, .entry a:visited {

      color: #0088ff;

      text-decoration: underline;

}

 

.page_entry a:hover, .entry a:hover {

      color: #5F5F5F;

      padding: 2px 0 0;

      background: #D9D9D9;

      border-bottom: dotted 1px #5F5F5F;

      text-decoration: none;

}

 

.page_entry a img, .entry a img {

      text-decoration: none;

      background: #none;

}
