a.opice  
{
  border: outset 1px; 
  text-decoration: none;
  padding: 2px 3px 2px 3px;
}

a:link.opice, a:visited.opice 
{
  background-color: #8D8D8D; 
  color: white;
}

a:hover.opice 
{
  background-color: #FF9797; 
  color: white; 
  border: inset 1px;
}
