/*
 * framekiller.css
 * Hides the entire document until framekiller.js verifies we are not
 * inside a foreign frame and sets display back to 'block'.
 * Only included in header.jsp — NOT in the global style.css.
 */
html {
    display: none;
}

