/* Music-Related HTML Document Style Sheet */

/* Define colors, fonts and other style attributes here to override the defaults  */

/* Page background color */
body { background-color: #FFFFFF }

/* Table colors */
.TableHeadingColor     { background: #FFFFFF } /* White */
.TableSubHeadingColor  { background: #FFFFFF } /* White */
.TableRowColor         { background: #FFFFFF } /* White */

/* Fonts and paragraph styles */
             SPAN.fontsize10 { font-size: 10pt }
             SPAN.sup { font-size: 8pt;
                        vertical-align: super }
             SPAN.mus { font-family: "Petrucci", 'arial', 'sans-serif';
                        font-weight: 500;
                        vertical-align: super }
             SPAN.scaledeg { font-size: 8pt }
             SPAN.carat { vertical-align: super;
                          font-size: 8pt;
                         letter-spacing: -4.5pt }
             SPAN.6 { font-size: 8pt;
                      vertical-align: super;
                      letter-spacing: -4.5pt }
             SPAN.4 { font-size: 8pt;
                      vertical-align: sub }
             PRE { font-family: "courier new", 'monospace';
                   font-size: 10pt;
                   letter-spacing: 1pt;
                   line-height: 12pt }
             TR.tonnetz { font-family: "courier new", 'monospace';
                  font-size: 10pt }
             TR.smallrow { font-family: "courier new", 'monospace';
                           font-size: 8pt }
             TD.tonnetz { width = 10pt; height = 13pt }
             UL { font-size: 10pt }
             OL { font-size: 10pt }
             OL.center { text-align: center;
                         font-weight: bold;
                         list-style: upper-roman outside }
             OL.numlist { text-align: justify;
                          margin-right: 2em;
                          line-height: 15pt;
                          list-style: decimal }
             OL.romnumlist { text-align: justify;
                             margin-right: 2em;
                             line-height: 15pt;
                             list-style: upper-roman outside }
             LI.roman { list-style: upper-roman outside }
             LI.disc { list-style: disc outside }
             LI.list { padding-top: 0.2 em ;
                       padding-bottom: 0.2em }
             P.center { text-align: center;
                        font-size: 10pt;
                        font-weight: bold }
             P.justify { text-align: justify; 
                         font-size: 10pt;
                         line-height: 15pt }
             P.firstline { text-align: justify;
                           text-indent: 1em;
                           font-size: 10pt;
                           line-height: 18pt }
             P.hanging { font-size: 10pt;
                         text-indent: -2em;
                         margin-left: 2em }
             P.blockquote { font-size: 9pt;
                            text-align: justify;
                            line-height: 15pt;
                            margin-left: 3em;
                            margin-right: 3em }
             a.q:link, a.q:visited, a.q:active {text-decoration: none}
