
<!-- Dit zijn de standaard CSS-instellingen -->
<!-- Je kunt die overschrijven door in de DIV style=... op te nemen -->

.hyperlinkcss{
position:absolute;
margin-left:0px;               /* horizontale plaatsing menu t.o.v. de hyperlink */
margin-top:0px;                /* verticale plaatsing menu t.o.v. de hyperlink */
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #91ff75;
width: 100px;
}

.hyperlinkcss a{                   <!-- standaard uitzicht link --> 
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

.hyperlinkcss a:hover{              <!-- standaard uitzicht link bij muisover -->
background-color: #91ff75;
color: red;
}
}
