body, p, td, th, input, select, textarea, dt, dl {
  background: #ffffff;
  color: #000000;
  font-family: arial, helvetica, helv, 'sans serif';
  font-size: 12px;
  margin: 5;
}

a {
  color: #000099;
  text-decoration: underline;
}
a:active {
  color: #ff0000
}
a:hover {
  color: #ff0000
}

h1 {
  font-size: 20px;
  font-weight: bold;
}
h2 {
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
}
th {
  text-align: center;
}


#MainText {
  border-collapse: collapse;
  border-color: #000000;
  border-style: none;
  border-width: 0px;
  margin: 0px auto;
  padding: 0px;
  text-align: justify;
  width: 520px;
}
#NameStory {
  border-collapse: collapse;
  border-color: #000000;
  border-style: none;
  border-width: 0px;
  margin: 0px auto;
  padding: 0px;
  text-align: justify;
  width: 520px;
}

#TableSongs {
  border-collapse: collapse;
  border-color: #000000;
  border-style: none;
  border-width: 0px;
  margin: 0px auto;
  padding: 0px;
  text-align: justify;
  width: auto;
}
#TableSongs th {
  border-collapse: collapse;
  border-color: #000000;
  border-style: none;
  border-width: 0px;
  margin: 0px;
  padding: 0px 3px;
  text-align: center;
  vertical-align: bottom;
  white-space: nowrap;
  width: auto;
}
#TableSongs td {
  border-collapse: collapse;
  border-color: #000000;
  border-style: none;
  border-width: 0px;
  margin: 0px;
  padding: 2px 3px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}

#TableSongs td.SongTitle {
  text-align: left;
}
#TableSongs td.SongDate {
  text-align: center;
}
#TableSongs td.SongLength {
  text-align: right;
}
#TableSongs td.SongSize {
  text-align: right;
}
#TableSongs td.SongAlbum {
  text-align: left;
}
#TableSongs td.SongNotes {
  text-align: left;
}

#Notes {
  border-collapse: collapse;
  border-color: #000000;
  border-style: none;
  border-width: 0px;
  margin: 20px auto 0px auto;
  padding: 0px;
  text-align: center;
  width: auto;
}
