a:link {color: blue;}         /* Вывод синим цветом */
a:visited {color: blue;}    /* Вывод зеленым цветом */
a:hover {color: red;}
