/* CSS Document */

body
{
  background-color : #BBBBBB;
  background-image: url(images/bg1.jpg);
  font-family: verdana, arial, helvetica;
  margin-top: 20;
  margin-bottom: 20;
}

p  { font-size: 80% }

h2  { font-size: 90% }
h3  { font-size: 80% }

td { background-color: #EEE }

a.menu { font-size: 10pt; font-weight: bold; text-decoration: none; color:#404090 }
a.menu:hover { text-decoration:underline; color:red }
a.selected { font-size: 10pt; font-weight: bold; text-decoration: underline; color:#404090 }

td.menu { padding-top: 2; padding-bottom: 4 }

a.link { font-weight: normal; color:black; text-decoration: none; }
a.link:hover { text-decoration:underline; color:red}

a.menu1 { font-size: 9pt; font-weight: normal; text-decoration: none; color:#404090 }
a.menu1:hover { text-decoration:underline; color:red }

a.photo { font-size: 8pt; font-weight: normal; text-decoration: none; color:#404090 }
a.photo:hover { text-decoration:underline; color:red }

table.tracklist tr td { background-color: white; font-size: 80% }
table.photolist tr td { background-color: white; font-size: 80% }
