.vasen{
margin-left: 2%;
float: left;
width: 25%;
}

a:active{

color: rgb(100%,60%,20%);

}

a:visited{

color: blue;
}

a:hover{
color: rgb(100%,60%,20%);

}