.tjenestelink a
{
color:#fff;  
border-bottom: 1px white dotted;

}

.tjenestelink a:hover
{
    -webkit-transition: all .1s ease;
-moz-transition: all .1s ease;
-ms-transition: all .1s ease;
-o-transition: all .1s ease;
transition: all .1s ease;
  color:#fff;  
border-bottom: 1px white solid;
}




