  #bibtable {
    border-collapse: collapse;
  }
  #bibentry-odd {
    background-color: lightyellow;
    border: 2px dotted lightgrey;
    vertical-align: text-top;
  }
  #bibentry-even {
    background-color: beige;
    border: 2px dotted lightgrey;
    vertical-align: text-top;
  }
  #biblink {
    vertical-align: text-top;
    text-align: right;
  }
  #year {
    font-weight: bold;
  }
  #author {
    font-weight: bold;
  }
  #editor1 {
    font-weight: bold;
    font-style: italic;
  }
  #title {
    text-decoration: underline;
  }
  #booktitle {
    font-style: italic;
  }
  #journal {
    font-style: italic;
  }
  #type {
    font-style: italic;
  }
