/* Style Sheet for the Flying Pigs web pages */
  html, body
  { color: black; background: #eae4ef;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 16px;
  }
  h2
  { font-family: "Arial", "Helvetica", sans-serif;
    font-size: 150%;
    font-weight: normal;
  }
  h3
  { font-family: "Arial", "Helvetica", sans-serif;
    font-size: 125%;
    font-weight: normal;
  }
  h4
  { font-family: "Arial", "Helvetica", sans-serif;
    font-size: 115%;
    font-weight: normal;
  }
  a:Link
  { background: #eae4ef;
    color: #037;
  }
  a:visited
  { background: #eae4ef;
    color: #636;
  }
  p.songindex
  {
    text-align: center
  }
