
/*
Fest
Fest is a CSS ctylesheet
Based on Songlight
by Dylan Harris (dylanharris.org)

Copyright © 2009 Dylan Harris

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    To obtain a copy of the GNU General Public License, see
    <http://www.gnu.org/licenses/>.

*/


html {
        font-size: 100%;
    font-stretch: normal;
}
font, basefont {
        font-size: 100%;
    font-stretch: normal;
}

body {
    font-family: Times, "Times New Roman", serif;
    font-stretch: normal;
        font-size: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    overflow: auto;
    width: 1200px;
        color: gray;
        background-color: black;
}

img {
        background-color: black;
    border-color: black;
}


h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Lucida Sans", sans-serif;
  color: silver;
}
h1 {
  font-size: 150%;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.25em;
  margin-bottom: 0.8em;
}
h2 {
  font-size: 120%;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 0.8em;
}
h3 {
  font-size: 110%; 
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-top: 0.8em;
  font-style: italic;
}
h4, h5, h6 {
  font-size: 90%;
  font-weight: normal;
  font-style: italic;
  margin-top: 0.8em;
}
p {
  margin-top: 0em;
  margin-bottom: 0.8em;
}
em {
        text-decoration: none;
        font-weight: normal;
}
ul {
        padding: 0px;
        padding-left: 25px;
        margin: 0px;
    list-style-type: circle;
  margin-top: 0em;
  margin-bottom: 0.4em;
}

li {
        padding: 0px;
        margin: 0px;
        padding-left: 0;
}


a {
        text-decoration: none;
    font-family: Times, "Times New Roman", sans-serif;
    font-stretch: condensed;
    color: silver;
}
a:hover {
    color: white;
}
a:focus {
        outline: none;
}
h1 a {
  color: silver;
}
h1 a:hover {
  color: white;
}
h2 a {
  color: silver;
}
h2 a:hover {
  color: white;
}
h3 a {
  color: silver;
}
h3 a:hover {
  color: white;
}

.inline_illustration_left {
  float: left;
  padding: 10px;
}

.inline_illustration_right {
  float: right;
  padding: 10px;
}

.about {
  font-size: 80%;
}

td {
  padding: 0 10px;
}

