/* Для ссылок */
a:link {
       color: #0000FF; 
       }
a:visited {
          color: #000080; text-decoration:none;
          }
a:hover {
        color: #800080; text-decoration:none;
        }