/*
 * File:              listen.css
 * Programmer:        Nathan Clapham (nclapham@csu.edu.au)
 * Created:           Apr 23 2005
 * Last modified:     Apr 23 2005
 * Description:       Style for listen/audio/mp3 page.
 */

table {
    width: 80%;
    margin: auto;
    border-spacing: 0px;
}

tr.background_series {
  background: #ffffdc;
}

tr.background_1 {
  background: #dcdcdc;
}

tr.background_0 {
  background: #ececec;
}

td.mp3td {
  border: none;
  background: #ffffff;
  text-align: right;
}

