html {
    background: #f2f2f2;
    font-family: sans-serif;
    font-size: 1.2em;
}

#Divh1 {
    width: 100%;
    background-color: #e6e7e8;
    text-align: center;
    padding: 10px 0 10px 0;
    border-bottom: solid 7px #ccd5f0;
    border-radius: 8px
}

#Divcontext {
    width: 100%;
}
a { background-color:white;
}
h2 {
    color: #081d70
}

h3 {
    color: #113304
}

h4 {
    color: #fa250f
}

img {
    float: left;
}

a {
    text-decoration: none;
}

@media(max-width:620px) {
    img {
        width: 100%;
        height: auto;
    }
    table {width:100%;font-size:0.5px ;
    }
}

.footer {
    background: #e6e7e8;
    clear: both;
    border-top: solid 7px #ccd5f0;
    border-radius: 8px;
}
