/*    Link color variant      *
 *                            *
 *     Reverse Highlight      *
 *                            *
 *   (c) Rijk 2005 - 2007     */


a[href] {
color: Highlight;
background: HighlightText;
/*text-decoration: none;
border-bottom: 1px solid HighlightText;
}

a:visited {
border-bottom: 1px dotted Highlight;*/
}



