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

BODY.guide {
  background-color: white;
}

P {color: black;}

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

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

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

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

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

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

TD.title {
  color: #000000;
  text-align: right;
  font-family: ariel,helvetica,sans-serif;
  font-weight: bold;
}

TD.news {
  background-color: #DDDDDD;
  color: #FF0000;
  text-align: center;
  border: solid black;
}

TD.guidelight {
  background-color: #EEEEEE;
}

TH.details {
  background-color: #FFFFFF;
  font-weight: normal;
  color: #220000;
}

TH.detailsgrey {
  background-color: #DDDDDD;
  font-style: italic;
  color: #220000;
}

SPAN.green {
  color: #002200;
}
SPAN.red {
  color: #220000;
}
SPAN.blue {
  color: #000022;
}
SPAN.detailname {
  color: #000022;
  font-weight: bold;
}

TH.nav {
  text-decoration: none;
  color: #002200;
  font-weight: bold;
  background-color: #D0E0D0;
}

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

A.nav {
  text-decoration: none;
  color: #002200;
  font-weight: bold;
}

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

A:hover { 
  color: red;
}

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

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

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