@charset "utf-8";

html,body {
    background-color: white;
}
body h3 {
    text-align: center;
}
h3 {
    font-size: 1.4em;
    font-weight: normal;
}
h4 {
    font-size: 1.2em;
    font-weight: normal;
}
.invbg {
    /*padding-bottom: 2%;*/
    /*background-color: lightcyan;*/
}
.inv_p {

    color: gray;
}

.inv_p strong {
    color: black;
    font-weight: normal;
    font-size: 1.1em;
}





