a.nav:link    {
           background-color: transparent;
           color: #984700;
           text-decoration:none;
	   }

a.nav:visited {
	   background-color: transparent;
           color: #007737;
           text-decoration:none;
	   }

a.nav:active  {
           background-color: transparent;
           color: #fe0000;
           text-decoration:none;
	   }

a.nav:hover   {
           background-color: #984700;
           color: #ffffff;
           text-decoration:none;
	   }
a.image:link    {
           background-color: transparent;
           color: #ffffff;
           text-decoration:none;
	   }

a.image:visited {
	   background-color: transparent;
           color: #ffffff;
           text-decoration:none;
	   }

a.image:active  {
           background-color: transparent;
           color: #fe0000;
           text-decoration:none;
	   }

a.image:hover   {
           background-color: #transparent;
           color: #984700;
           text-decoration:none;
	   }
