@font-face {
    font-family: "souvenir";
    src: url(itc_souvenir_demi.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "souvenir";
    src: url(itc_souvenir_demi_italic.otf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "souvenir";
    src: url(itc_souvenir_bold.otf);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "souvenir";
    src: url(itc_souvenir_bold_italic.otf);
    font-weight: 700;
    font-style: italic;
}

body {
    background-image: linear-gradient(
        to right,
        transparent 0%,
        #f99e45 0%,   #f99e45 20%,
        #f9b560 20%,  #f9b560 40%,
        #f1d29b 40%,  #f1d29b 60%,
        #aebc8b 60%,  #aebc8b 80%,
        #63a9a1 80%,  #63a9a1 100%
    );
    background-size: 250px 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

table {
    padding-left: 0;
}
