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

