/*
 * RCS: $Id: records.css,v 1.2 2002/03/04 02:47:26 bossert Exp bossert $
 * Project:  Sudden Sound Studios
 * File:     records.css
 * Author:   greg bossert <bossert@suddensound.com>
 *
 * style sheet for suddensound records
 *
 * copyright (C) 2001 Greg Bossert
 */

BODY.main {
  background-color: #000000;
  background: url(/images/skelmuse_gold.jpg);
  color: white;
}

A.light {
  font-family:  helvetica,arial;
  text-decoration: none;
  color: #FFFFEE;
  font-weight: bold;
  padding: 4;
}

A.light:hover {
  color: #222200;
  background-color: #FFFFEE;
}

DIV.quote1 {
  font-family: courier,monospace;
  color: #222222;
  background-color: #FFFFEE;
  margin: 10;
  padding: 10;
  border: double;
  width: 60%;
  float: left;
}

DIV.comments {
  font-family: courier,monospace;
  color: #222222;
  background-color: #FFFFEE;
  margin: 10;
  padding: 10;
  border: double;
  width: 90%;
  float: left;
}

DIV.quote1:first-letter {
  font-style: italic; 
}

SPAN.attrib {
  font-style: italic; 
  color: #000000;
}

/*** group list ***/
SPAN.title {
  font-style: italic; 
}

DIV.grouplist {
  font-family: helvetica, arial;
  color: #FFFFEE;
  background-color: #222222;
  margin: 10;
  padding: 10;
  border-style: double;
  border-color: #FFFFEE;
  width: 60%;
  text-align: right;
  float: right;
}

A.group {
  text-decoration: none;
  color: #FFFFEE;
}

A.group:hover {
  color: #FFFF88;
  text-decoration: underline;
}
