a      { font-family: Arial }
a:link {
       text-decoration: none;
       color: #1B0FFF;
       }
a:active {
         text-decoration: none;
         }
a:visited {
          text-decoration: none;
          }
a:hover {
        text-decoration: none;
        color: #C10004;
        }