The class pseudo-class :linkapplies only to invisible links, unlike all links. Remember that you also visited account links. You may need to repeat the selector for the links visited, as I notice that you did not:
#box1 a:link:hover, #box1 a:visited:hover {
color: #ffffff;
background-color: #68cff2;
}
(or just use more#box1 a[href]:hover instead )
, , <a> , , , , " ". , . <em> <strong>, , , , :
#box1 a, #box1 em {
font-style: normal;
color: #68cff2;
}
#box1 a:hover{
color: #ffffff;
background-color: #68cff2;
}
- :link :visited, , <a> .