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

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

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


