@encoding "UTF-8";

html {
  font-size: 16px;
  background: url(style-lined-rule.png) 0 3px !important;
}

/* temporary testing only— will chew up normal pages */
    :lang(fr):after, :lang(la):after, :lang(de):after {font-size:50%;background:yellow; line-height: 0;}
    :lang(fr):after {content: "[fr]";} :lang(la):after {content: "[la]";} :lang(de):after {content: "[de]";}

