@charset "UTF-8";
body header img {
    width: 300px;
    border-radius: 40px;
    background-color: #F0F0F0;
    text-align: center;
}
footer {
    font-style: italic;
    font-size: x-small;
    text-align: center;
    position: absolute;
    width: 100%;
}
body section h1 {
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
body nav {
}
nav {
    text-align: right;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 20px;
    word-spacing: 12px;
    text-transform: none;
    color: #000000;
    text-decoration: none;
}
body {
    background-color: rgba(74,79,173,1.00);
    text-align: center;
    background-image: -webkit-linear-gradient(270deg,rgba(129,133,190,1.00) 0%,rgba(216,216,216,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(129,133,190,1.00) 0%,rgba(216,216,216,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(129,133,190,1.00) 0%,rgba(216,216,216,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(129,133,190,1.00) 0%,rgba(216,216,216,1.00) 100%);
}
nav {
    text-align: center;
    font-size: small;
}
body header img {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
table{
    align-content: center;
    width: 100%;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
body section table {
    width: 100%;
    margin-bottom: 10px;
}

@media (max-width: 417px){
}
