/* Acknowledgments:
   - 'background-color' doesn't work on Mac IE 3, but 'background'
      does (Susan Lesch <lesch@macvirus.com>)
   - 'smaller' leads to illegible text in both Mac IE and Mac NS,
     'small' is better: works in Mac NS, but is always 12pt in Mac IE
     3 (Susan Lesch <lesch@macvirus.com>)
*/
body {
    margin: 0.5em 0.5em 2em 0.5em;
    font-family: sans-serif;
    color: black;
    background: white;
    font-size: 1em;
}

p, th, td { /* ns 4 */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.92em;
}

th {
    font-size: 0.95em;
    font-weight: 600;
}

h1, h2, h3 {
    text-align: left;
}

h1 {
    font-size: 1.13em;
    font-weight: bold;
    font-style: normal;
}

h2 {
    font-size: 1.25em;
    font-weight: 500;
    font-style: italic;
}

h3 {
    font-size: 1.17em;
    font-weight: 600;
    text-decoration: underline;
}

h4 {
    font-size: 1.12em;

}

h5 {
    font-size: 1.06em;
}

h6 {
    font-size: 1.01em;
}

hr {
    text-shadow: 3px 3px 5px black;
    height: 3px;
}

img {
    border: 0px;
}

div.Heading {
    font-size: 0.8em;
    font-weight: bold;
    padding: 0.5em 0.2em 0.5em 0.2em;
    text-align: center;
}

.hide {
    display: none;
}

p.copyright {
    text-align: center;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 0.67em;
    font-weight: 700;
    color: #0000FF;
}

.num {
    text-align: right;
    font-family: "Courier New", Courier, monospace;
}

dt, dd {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 0.92em;
}

/* opera 3.50 */
dt {
    font-weight: bold;
}

ul {
    list-style: disc;
    /* Mac NS has problem with 'none' */
    /*list-style: none;*/
}

@media screen {
    /* hide from IE3 */
    a:hover {
        /* background: #FFA; */
        color: red;
    }
}

@media aural {
    h1, h2, h3 {
        stress: 20;
        richness: 90;
    }

    .hide {
        speak: none;
    }

    p.copyright {
        volume: x-soft;
        speech-rate: x-fast;
    }

    dt {
        pause-before: 20%;
    }

}
