/* REDEFINES THE BASIC HTML TAGS */

BODY  {background-color : #D2DA85; font-family : "Trebuchet MS", Arial, sans-serif; font-size: 80%; margin: 0; margin-top:0}
Table {font-family : "Trebuchet MS", Arial, sans-serif; font-size : 100%; border-collapse: collapse; padding: 0; margin: 0;}
P, LI, UL {font-family : "Trebuchet MS", Arial, sans-serif; font-size : 100%; margin-bottom:0; margin-top:0}
TD {font-family : "Trebuchet MS", Arial, sans-serif; font-size : 100%; margin: 0; padding: 0;}

/* STYLES */
p.tinytext {font-family : "Trebuchet MS", Arial, sans-serif; font-size : 80%}
p.largertext {font-family : "Trebuchet MS", Arial, sans-serif; font-size : 120%}
p.lyrics {font-family : "Trebuchet MS", Arial, sans-serif; font-style: italic; text-indent: 2.5em}
body.main {background-color: #DDE3A4; font-family : "Trebuchet MS", Arial, sans-serif; font-size: 80%; margin-top: 15; margin-left:20; margin-right:20; margin-bottom:20}
.hidden { display: none; }
.unhidden { display: block; }

/* LINK COLORS */

A:LINK    {color: #727827; font-weight: bold; text-decoration: none}
A:VISITED {color: #727827; font-weight: bold; text-decoration : none;}
A:HOVER   {color: #CEE3A8; font-weight: bold; background: #517126; text-decoration : none}
A:ACTIVE  {color: #727827; font-weight: bold; text-decoration : none;}

/* HEADING COLORS AND STYLES */

H1     {color: #000000; text-align: left; font-style:normal; font-variant:normal; font-weight:bold; font-size:24pt; font-family:"Trebuchet MS", sans-serif; margin-bottom:0; margin-top:0}
H2     {color: #000000; text-align: left; font-style:normal; font-variant:normal; font-weight:bold; font-size:18pt; font-family:"Trebuchet MS", sans-serif; margin-bottom:0; margin-top:0}
H3     {color: #000000; text-align: left; font-style:normal; font-variant:normal; font-weight:bold; font-size:16pt; font-family:"Trebuchet MS", sans-serif; margin-bottom:0; margin-top:0}
H4     {color: #000000; text-align: left; font-style:normal; font-variant:normal; font-weight:bold; font-size:14pt; font-family:"Trebuchet MS", sans-serif; margin-bottom:0; margin-top:0}
H5, H6 {color: #000000; font-size: 13px; font-weight: bold; margin-bottom:0; margin-top:0}