/*   Style sheet for panels   *
 *      and panelizer.        *
 *                            *
 *    Link color variant      *
 *                            *
 *     Reverse Highlight      *
 *                            *
 *   (c) Rijk 2005 - 2006     */


a[href] {
color: Highlight;
background: HighlightText;
text-decoration: none;
border-bottom: 1px solid HighlightText;
}

a:visited {
border-bottom: 1px dotted Highlight;
}

.htmlqr a, .cssqr a, .jsqr a[href] {color: inherit; background: inherit;}


