@charset "utf-8";
#header {
    background-color: #E70F12;
    clear: both;
    color: #FFFFFF;
    padding-top: 18px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: auto;
}
#footer {
    background-color: #000000;
    height: 100px;
    color: #FFFFFF;
    text-align: center;
    clear: both;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
    padding-top: 22px;
}
#body {
    background-color: #0024FD;
    color: #FFFFFF;
    clear: both;
    text-align: center;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    border-radius: 17px;
    padding-bottom: 17px;
    margin-bottom: 8px;
    margin-right: auto;
    margin-left: auto;
    width: auto;
}
#article {
    clear: both;
}
#body figure {
    clear: both;
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
    background-color: #FFED00;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    margin-top: 15px;
    padding-top: 17px;
    text-align: center;
    color: #000000;
}
#figcaption {
    margin-right: auto;
    margin-left: auto;
    width: auto;
    clear: none;
}

p {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    margin-right: auto;
    margin-left: auto;
}


body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
