    body {
        background-image: url(/backgrounds/skyblue.jpg);
        font-family: fake receipt;
    }

    @font-face {
        font-family: fake receipt;
        src: url(/fonts/Fake\ Receipt.otf);
    }

    h1 {
        font-size: 0.9em;
    }

    img {
        border-width:7px;
        border-style:solid;
        border-image: url(/backgrounds/squiggle.png) 8 fill round;
        height: 70px;
        overflow-y:auto;
    }