      h1 {
         color: blueviolet
      }

      h1 b {
         font-size: 46px;
      }

      h1 small {
         color: #aaa
      }

      h3,
      small {
         color: #8b5db6
      }

      nav a:link,
      nav a:visited {
         color: #8b5db6 !important;
         font-size: 22px;
         text-decoration: none;
      }

      p.songtext small {
         margin-left: -20px;
         line-height: 0px;
         margin-bottom: 0px;
         padding-bottom: 0px;
      }