@import url("html4-print-projection-screen.css");

@media screen {
    * {
        background-attachment: scroll;
        cursor: inherit;
    /*    overflow: visible; */
    }

    :link, :visited {
    }

    :link, :visited {
        cursor: pointer;
    }

    :link {
        color: Highlight;
    }

    :visited {
        color: GrayText;
    }

    :link:hover, :visited:hover {
        color: HighlightText;
        background-color: Highlight;
    }

    :link img, :link object, :visited img, :visited object {
        border-style: solid;
        border-width: thin;
    }

    :focus {
        outline-style: dotted;
        outline-width: thin;
    }

    html {
        background-color: Window;
        color: WindowText;
        cursor: auto;
        margin: 0;
        visibility: visible;
    }

    head {
        display: none;
    }

    body {
        padding: 4px;
        margin: 0;
    }

    pre {
        overflow: auto;
    }

    p {
        margin-right: 0.5em;
    }


    /* Form input elements ***************************************************/

    input[type=text], input[type=password], textarea {
        background-color: Window;
        border-color: Window;
    }

    input[type=submit] {
        background-color: ButtonFace;
        border-color: ButtonFace;
    }
}
