/*   Specific stylesheet for NBBC homepage       */
/*  October 2006                                 */
/*  By K. Callaway                               */
/*  For use on the home.htm file to make the     */
/*  links look at bit more obvious.  That's it!  */
/*                                               */

a:visited {font-family: Arial, Helvetica, sans-serif;
           font-style: normal;
           line-height: normal;
           color: turquoise;
           text-decoration: underline;
          }

a:hover {font-family: Arial, Helvetica, sans-serif;
         font-style: normal;
         line-height: normal;
         font-weight: normal;
         color: yellow;
         text-decoration: underline;
        }

a:link {font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        line-height: normal;
        font-variant: normal;
        color: white;
        text-decoration: underline;
       }

a:active {font-family: Arial, Helvetica, sans-serif;
          font-style: normal;
          line-height: normal;
          color: #FFFFFF;
          text-decoration: none;
          font-variant: normal;
         }
