H1 { color: red; }
H1, H2, H3, H4 { color: white; }
H5 { color: #FFFFFF; }
EM { color: #FFFFFF; } 
STRONG EM { color: red } 
         BODY { background-color: "#000000"; font-family: Trebuchet MS, Arial, Helvetica, Times New Roman, sans-serif; color: black}
         FONT  {font-family: Trebuchet MS, Arial, Helvetica, Times New Roman, sans-serif; color: #FFFFFF;}
         P { line-height: 100% }
         UL LI { font-size: 70% }
         .black { color: black }
         .red { color: red }
         .green { color: green }
         .gray { color: gray }
         .blue { color: blue }
         .yellow { color: yellow }
         .white { color: white }
         #big { font-size: 120% }
         #upper { text-transform: uppercase } 
         A:link {text-decoration: underline; color: white}
         A:visited {text-decoration: underline; color: white}
         A:active {text-decoration:  none; color: RED}
         A:hover {text-decoration: BOLD; underline; color: GOLD}