/* huomio.css */

body {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    font-family: "Verdana", sans-serif;
}

h1 {
    margin-top: 0ex;
    margin-bottom: 1ex;
    padding: 2pt;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 66, 148);
    border-top: 1px solid white;
    text-transform: uppercase;
    font-size: 133%;
}

p {
    margin-top: 1em;
    margin-bottom: 0em;
}

blockquote {
    indent: 2em 2em;
}
