.indhold A {
 text-decoration : none;
 font-weight: bold;
 color: blue;
}
.indhold A:hover {
color : green;
}
img  {
border: 0px;
}