﻿h1, h2, h3 {
    text-decoration: underline;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

body {
    background-color: #324c69;
    width: 100%;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 0 0;
}

#content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 100px;
    width: 95%;
}

#Help_start {
   padding-top: 0em;
}

#Help_end {
    padding-bottom: 2em;
}

#banner_image_help {
    height: 25%;
    width: 100%;
}

#white_background {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 70%;
}


p {
    font-size: 16pt;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

ul {
    font-size: 16pt;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
li {
    margin: 15px 0px;
    width: 80%;
}
