/* style sheet for lyrics pages 12/18/03 */

body { background: #FFFFEC; color: #000000; font-family: serif;
       margin: 0px; border: none; padding: 0px }
a:link {color: #FF0000}
a:visited {color:#0000FF}
a:active {color:#FFFF00}
p { margin-top: 0em; margin-bottom: 0em; margin-right: 155px }

div.top { border: none; background: navy; color: #FFFFEC;
          margin-left: 0px; padding-left: 1em;
          margin-right: 0px; padding-right: 1em; 
          margin-top: 0px; padding-top: 1em; 
          margin-bottom: 0px; padding-bottom: 1em; 
          width: 100% }
.top h1 { font-family: Helvetica, Arial, sans-serif; 
          font-size: 20pt;
          margin-right: 155px }
.top p { margin-top: 0; margin-bottom: 0 }

div.songs { padding-left: 1em }  /* this wraps around all of song through ender */
h2 { margin-bottom: 0px; color: navy; text-decoration: underline }
p.date { margin-bottom: 1em; font-style: italic }

div.verse { margin-bottom: 1em; margin-left: 0.5em }
.verse p { text-indent: -0.5em }

div.chorus { margin-bottom: 1em; margin-left: 2.0em }
.chorus p { text-indent: -0.5em }

div.bridge { margin-bottom: 1em; margin-left: 3.5em }
.bridge p { text-indent: -0.5em }

p.menu {text-indent: 0em; text-align: center; font-weight: bold}
p.ender {font-style:italic; font-size:smaller; text-indent: 0em}

