
body {
    background-color: #9ebad5;
    margin: 010%;
    font-family: 'Courier New', Courier, monospace;
    }

    h1 {
    color: #ffffff;
    text-align:center;
    font-family:'Courier New', Courier, monospace;
    text-transform:uppercase;
    border-bottom:1px solid #ffffff;
    margin-top:30px;
    }

    h2 {
    color: #ffffff;
    font-size: 1em;
    }
    p {
    font-family:'Courier New', Courier, monospace;
    }

    h3{
        border-top: 3px solid #d1e0ed;
        padding-top: 5px
    }