A.cont:link, A.cont:active, A.cont:visited  {
   color : black;
   background-color: transparent;
   font-weight: bold;
   text-decoration: underline;
}

A.cont:hover {
   color : #660000;
   background-color: transparent;
   font-weight: bold;
}

A.pathlink:link, A.pathlink:active, A.pathlink:visited  {
   color : #FFFFCC;
   background-color: transparent;
   text-decoration: underline;
}

A.pathlink:hover {
   color : #FFFFCC;
   background-color: transparent;
}