@charset "utf-8";
/* CSS Document */

body { padding: 15px; background: white; font-family: "Courier New", Courier, monospace; }

#navMain { display: none; }
#pageNav { display: none; }
#pageName h2 { font-size: 24px; text-align: center; font-weight: bold; }

#notes { margin: 0; padding: 0; border: none; background: none; }
#notes .notesBox { margin: 0; padding: 0; border: none; background: none; }

#notes .notesBox div { border: none; }

#notes .notesBox object { display: none; }

#notes .notesBox .song h3 {  }
#notes .notesBox .song h4 { display: block; margin-bottom: -15px; font-weight: bold; text-decoration: underline;  }

#notes .notesBox .song h6 { display: none; }
#notes .notesBox .song p { display: block; margin-bottom: -15px; }

#notes .notesBox .song img { display: none; }
#notes .notesBox .song .player { display: none; }

.backTop { display: none; }

#footerDivider { display: none; }
#footerMain { display: none; }

#notes a.backTop:link { display: none; }




