/* this is a multi-line comment */

/* default text color */
.navText { color: #000000; line-height: 95%;
           font-family: Informal 011 BT, Arial, Georgia, Copperplate Gothic Bold, Times New Roman; 
           font-size: 16pt;
           font-weight: bold; 
           text-align: left;
           text-transform: UPPERCASE;
         }

.navText2 { color: #FF9966; line-height: 95%;
             font-family: Informal 011 BT, Arial, Georgia, Copperplate Gothic Bold, Times New Roman; 
             font-size: 16pt;
             font-weight: bold;
             text-align: left;
             text-transform: UPPERCASE;
           }

.noListText { color: #FFFFFF;
              font-family: Arial, New Times Roman;
              font-size: 12pt;
              font-style: italic;
              font-weight: bold;
              text-align: center;
            }

.back2TopText { color: #000000;
                font-style: italic;
                text-align: center;
                font-size: 14pt;
                font-weight: bold;
                font-family: New Times Roman, Arial;
              }
/* background when graphic is used */
body { background-color: #0099ff; margin-top: 0; margin-left: 2; margin-right: 0; }

/* unvistied link */
a:link { color: #000000; text-decoration:none; }
a:link#emph{ color: "#ff9966"; text-decoration: none; }

/* vistied link */
a:visited { color: "#000000"; text-decoration: none; }
a:visited#emph{ color: "#ff9966"; text-decoration: none; }

/* active link 
a:active { color: "#00ff00"; text-decoration: none; }
a:active#emph{ color: "#00ff00"; text-decoration: none; }
*/

/* hover link */
a:hover  { color: "#ffff00"; text-decoration: none; }
a:hover#emph { color: "#ffff00"; text-decoration: none; }