<!--

/* Flash of Unstyled Content (FOUC)
Some pages that use the CSS @import rule experience a curious display quirk in the Windows version of MS Internet Explorer: a momentary flash of unstyled page content.
The addition of a LINK element to the basic HEAD element is the easiest solution to the FOUC problem.

<link href="../css/lcfrempty.css" rel="stylesheet" type="text/css" /> */

-->