@charset "utf-8";
/* CSS Document */
a:link {
  background-color: transparent;
  text-decoration: none;
   }
/* mouse over link */

a:hover,a:active{
color: #000000;
} 
