/*
 * RCS: $Id: main.css,v 1.1 1998/07/30 05:54:28 bossert Exp bossert $
 * Project:  Sudden Sound Studios
 * File:     main.css
 * Author:   greg bossert <bossert@suddensound.com>
 *
 * main style sheet for suddensound
 *
 * copyright (C) 1998 Greg Bossert
 */

BODY.about {
  background-color: #FFFFFF;
  background: url(/images/skelmuse_sketch.jpg);
}

TD {
  font-family:  helvetica,arial;
  color: #000000;
}

A.dec {
  font-family:  helvetica,arial;
  color: #000000;
}

A.nodec {
  font-family:  helvetica,arial;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}


A.menu {
  font-family:  helvetica,arial;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

A.menu:hover {
  text-decoration: underline;
}

P.bold {
  font-family:  helvetica,arial;
  color: #000000;
  font-weight: bold;
}

P.boldwhite {
  font-family:  helvetica,arial;
  color: #FFFFFF;
  font-weight: bold;
}
 P {color: black;}

H1 {
  font-family: ariel,helvetica;
  color: #220000;
}

H2 {
  font-family: ariel,helvetica;
  color: #002200;
}

H3 {
  font-family: ariel,helvetica;
  color: #000022;
}

H4 {
  font-family: ariel,helvetica;
  color: #220000;
}

DIV.about {
  width: 40%;
  background-color: #FFFFFF;
}

DIV.shortcuts {
  font-family: ariel,helvetica;
  text-align: center;
}
