/*
 * RCS: $Id: travel.css,v 1.2 2001/06/10 20:46:13 bossert Exp bossert $
 * Project:  Unusual Musics
 * File:     main.css
 * Author:   greg bossert <bossert@suddensound.com>
 *
 * main style sheet for Unusual Musics pages
 *
 * Copyright (C) 2001 Greg Bossert
 */

BODY.main {
  background-color: white;
}

BODY.guide {
  background-color: white;
}

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;
}

TH.guide {
  background-color: #D0D0F0;
  color: #220000;
}

TD.guide {
  background-color: #DDDDDD;
}

A.logo {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-family: ariel, helvetica, sans-serif;
}

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

A.quote:link {
  text-decoration: none;
}

A:hover { 
  text-decoration: underline;
  color: #CC0000;
}

DIV.warn {
  float: center;
  font-family: times;
  color: #CC0000;
  width: 70%;
}

DIV.sans {
  font-family: ariel, helvetica, sans-serif;
  width: 80%;
  padding: 10px;
}

DIV.sansfloat {
  font-family: ariel, helvetica, sans-serif;
  float: left;
  width: 60%;
  clear: left;
  padding: 10px;
}

DIV.imgfloat {
  clear: none;
  float: right;
}

/*** Table of Contents ***/
DIV.toc {
  float: center;
  font-family: ariel, helvetica, sans-serif;
  color: #CC0000;
  font-weight: bold;
  margin-top: 40px;
}

DIV.tocc {
  float: center;
  font-family: ariel, helvetica, sans-serif;
  color: #CC0000;
  font-weight: bold;
}

DIV.toc UL {
  list-style: square;
}

DIV.toc A:link {
  text-decoration: none;
  color: #000000;
}

DIV.toc A:visited {
  text-decoration: none;
  color: #000000;
}

DIV.toc A:hover {
  text-decoration: true;
  color: #0000CC;
}

