﻿A {
  color: #06309d/* Цвет ссылок */;
  text-decoration: none
}
A:visited {
  color: navy /* Цвет посещенных ссылок */;
  text-decoration: none
}
A:hover {
  color: #06309d;
  background-color: #ffe7a2;
  border:1px #ffbd69 solid; 
  padding: 0 10 0 10;
  text-decoration: none
}
A:active{
  color: #06309d;
  background-color: #fb8c3c;
  border:1px #fb8c3c solid; 
  padding: 0 10 0 10;
  text-decoration: none
}
