body
{
    margin: 0;
    padding: 0;
    font: 80% arial, hevetica, sans-serif;
    text-align: center;
    background: #E0E0E0;
}
h1, h2, h3 {
    margin: 12pt 0;
    font-weight: bold;
}

h1 { font-size: 28px; font-weight:bold;}

h2 { font-size: 18px; }

h3 { }

p, ul, ol {
    margin-top: 0;
}

a img {
    border: none;
}


a:hover { text-decoration: none; }

#container
{
    margin: 0 auto;
    width: 960px;
    text-align: left;
    background-color: white;
#    background-color: lightcoral;
}

#header
{
    background-image: url(header.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
#headertitle
{
    height: 105px;
    position: relative;
    top: 40px;
    padding: 0px 15px 0px 120px;
    color: white;
    font-weight: bold;
}


#main
{
    padding-top: 15px;
    padding-bottom: 30px;
    margin-right: 20px;
    margin-left: 20px;
    min-height: 400px;
    background-color: white;
#    background-color: lightcoral;
}

li.s150
{
    margin-bottom:5px;
}
