.nav    {
        text-decoration :  none;
        color           :  #ffffff;
        background		:	#000080;
        }
.nav:hover
        {
        text-decoration :       none;
        color           :       #000080;
        background      :       #99CCFF;
        }

.not
        {
        text-decoration :       none;
        color           :       #000080;
        background      :       #DDFFFF;
        }
.not:hover
        {
        text-decoration :       none;
        color           :       #000000;
             background :  #ffff00;
        }


.bold {  text-decoration: bold;
             color: white;
             font-family: "arial";
             font-size: 18pt;
             font-weight: heavy; }



.buy
        {
        text-decoration :       none;
        color           :       white;
                        background :  white;
        }
.buy:hover
        {
        text-decoration :       none;
        color           :       white;
        background      :       white;
        }


