.nudgeleft   { position: relative; 
               left: -15; 
             }
.nudgedown   { position: relative; 
               top: 7;
             }
.nudgeup     { position: relative; 
               top: -30;
             }
.nudgeupleft { position: relative;
               left: -1; 
               top: -1;
             }
.nudgeupleftartist { position: relative;
               left: -1; 
               top: -1;
             }
.grayout     { color: #999999;
               font-weight:bold 
             }
.searchsize  { font-size: 13pt;
             }
.contact     { font-size: 9pt;
             }
body         { font-family: Trebuchet MS, Verdana, Arial, Helvetica, Geneva, Sans, Swiss, fantasy, sans-serif; 
               font-size: 12pt; 
               color: #000000; 
               background-color: #FFFFFF; 
             }
h2           { font-family: Trebuchet MS, Verdana, Arial, Helvetica, Geneva, Sans, Swiss, fantasy, sans-serif; 
               font-size: 14pt; 
               color: #000000;
               font-weight: bold;
             }
.feature     { font-family: Trebuchet MS, Verdana, Arial, Helvetica, Geneva, Sans, Swiss, fantasy, sans-serif; 
               font-size: 14pt;
               font-weight: bold;               
               color: #CC6600; 
             }
a            { text-decoration: none;
               color: #FFFFFF;
               font-weight: 600;
             }
a:link       {color: #FFFFFF}
a:visited    {color: #FFFFFF}


a:hover      { text-decoration: underline; 
               color: #FFFFFF; 
               font-weight: 600;
             }
a:active     {color: #FFFFFF}
.navtext
             {
              width: 150px;
              font-size: 12pt;
              border-width: 2px;
              border-style: outset;
              border-color: darkgray;
              layer-background-color: tan;
              background-color: #B0E0E6;
              color: black;
}