body {
    font-family: Gill Sans, Trebuchet MS;
    background: #111144;
    font-size: 13pt
}

#main {
    background: white;
    margin: 40px;
    padding: 10px;
    margin-bottom: 30px;
}

#content {
    padding-bottom: 20px;

}

#footer {
    font-size: 10px;
    text-align: center;
    margin-top: 20px;
    color: white
}

#menu {
    color: black;
    width: 100%;
    font-size: 15pt;
    font-weight: bold;
    text-align: right
}

.menu A:link { text-decoration: none } 
.menu A:visited {text-decoration: none}
.menu A:hover { background: orange }

h1 {
    font-size: 42pt;
    font-family: Gill Sans, Trebuchet MS;
    color: #111144;
    margin-bottom: 0px;
    margin-left: -14px;
}

p {
    margin: 30px;
    width: 60%;
    text-align: justify;
}

