.body{
    font-family: Arial, Helvetica, sans-serif, serif;
    border-top: 0px;
    margin-top: 0em;
    margin-left: 0em;
    margin-right: 0em;
}

.header{
    text-align: center;
    background-color: rgb(23,87,171);
    border-top: 0em;
    padding: .5em;
    color: rgb(228, 224, 224);
}

div {
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 2em;
    margin-bottom: 2em;
}

h2, h3{
    padding-bottom: 0em;
}

p {
    font-size: 1.1em;
    padding-top: .2em;
    line-height: 1.5em;
}

.button{
    box-shadow: 3px;
    color:white;
    background-color:rgb(23,87,171); # rgb(11,132,32);
    border-radius: 3px;
    padding: 15px 20px 15px 20px;
    cursor:pointer;
    text-align: center;
    font-size: .8em;
    font-weight: bold;
    position: relative;
    width: 20em;
    height: 4em;
}

.warning {
    color:red;
}

img {
    margin-bottom: 2em;
    border:0em;
}

li{
line-height: 2em;
}

.intextlink {
    color: rgb(23,87,171);
    text-decoration: none;
    font-weight: bold;
}

.predisplay {
    display: inline;
    font-weight: bold;
    font-size: 1.2em;
}