
UL {
   padding-bottom : 10px;
}

LI {
   border-bottom  : 0px;
   padding-top    : 2px;
   padding-bottom : 2px;
}

LI A:link {
   text-decoration : none;
   color           : inherit;
}

LI A:visited {
   text-decoration : none;
   color           : #866CA6;
}

LI A:hover,
LI A:active {
   text-decoration  : underline;
   color            : #0000ee;
}

