/* Copyright, 2008, Woodland Engineering */

html
{
  color:              #F7DB17;
  background-color:   #9E292B;
}

h1
{
  color:              #F7DB17;
}

#central
{
  margin-left:      auto;
  margin-right:     auto;
}

#central td.cC
{
  width:            512px;
  text-align:       center;
}

#central td.bC, #central td.dC
{
  width:            20px;
}

#central td.aC
{
  width:                140px;
  background-image:     url(../images/music_note_a_redgold.jpg);
  background-repeat:    no-repeat;
  background-position:  50% 10%;
}

#central td.eC
{
  width:                140px;
  background-image:     url(../images/music_note_w_sharp_redgold.jpg);
  background-repeat:    no-repeat;
  background-position:  50% 80%;
}

.songwords
{
  font-style:         italic;
  font-size:          150%;
  line-height:        80%;
}

.headletter
{
  font-style:         italic;
  font-size:          180%;
  font-weight:        bold;
}

.colornote
{
  font-weight:        normal;
  font-size:          92%;
  line-height:        80%;
}


