/* CSS Document */

body {color: white; font-family: papyrus;}
p { color: white; font-family: papyrus; }
h2,h4 {color: white; font-family: papyrus; }
li {color:white; font-family:papyrus;}


dl {color:white; font-family: papyrus}

a:link {color: #DAA520}     /* unvisited link */
a:visited {color: #B8860B}  /* visited link */
a:hover {color: #DAA520}   /* mouse over link */
a:active {color: #DAA520}   /* selected link */

a.menu:link {color:white; font-family:papyrus; text-decoration:none; font-size:14px;font-weight:bold;}     
a.menu:visited {color:white; font-family:papyrus; text-decoration:none; font-size:14px;font-weight:bold;}  
a.menu:hover {color:white; font-family:papyrus;text-decoration:underline; font-size:14px;font-weight:bold;}  
a.menu:active {color:white; font-family:papyrus;text-decoration:none; font-size:14px;font-weight:bold;}

/* Move play sample image buttons so that they are vertically centered. */
*.playSample {
 border: 0px;
 margin-bottom: -5px;
}

/* Table heading. */
*.tableHeading {
 text-decoration:underline;
 font-size: 20px;
}

/* Album heading. */
*.albumHeading {
  font-size: 20px;
}