/*
// tour.css
// Footlights 1999 tour stylesheet
// Author: James Aylett <dj@footlights.org>
//
// (c) Copyright Cambridge University Footlights
// Dramatics Club and James Aylett 1999
*/

BODY
{
  font-family: helvetica, non-serif;
  color: white;
  background-color: rgb(0,0,153);
}

A:link { color: #44aaee }
A:visited { color: rgb(224,0,43) }

.titletext
{
  color: rgb(224,0,43);
  font-size: 120%;
}

.maintitle
{
  color: rgb(224,0,43);
  font-size: 300%;
  letter-spacing: -0.1em;
}

.bioname
{
  color: rgb(224,0,43);
  font-size: 150%;
}

.biotitle
{
  color: rgb(224,0,43);
  font-style: italic;
}

.quote
{
  color: rgb(224,0,43);
}

.showtitle
{
  font-style: italic;
}

.calc
{
  font-size: 80%;
  vertical-align: baseline;
}
