a {
   color             : var(--darkred);
   text-decoration   : none;
}

a.img {
   border	         : 0;
}

a.tip {
   text-decoration   : none;
}

a.tip:hover {
   position          : relative;
}

a.tip span {
   display           : none;
}

a.tip:hover span {
   background        : var(--black);
   opacity           : 1;
   border            : none;
   border-radius     : 5px 5px 5px 5px;
   font-family       : calibri, verdana, arial, comic sans;
   font-size         : 12pt;
   text-decoration   : none;
   white-space       : nowrap;
   color             : var(--white);
   padding           : 6px 6px 6px 6px;
   margin            : 10px;
   display           : block;
   z-index           : 50; 
   position          : absolute;
   top               : 10px;
}

.smalllink {
   font-size         : 12pt;
   text-decoration   : none;
   color	            : var(--darkblue);
}
