div {
    float: left;
    clear: both;  
    text-align: left;
}

    h1 {
    margin-left: 6px;
    margin-right: 5px;
}

p {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 2 0px;
}

#container {
    background-color: rgba(221, 208, 208, 0.561);
    height: 1800px;
    margin-bottom: 40px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.contentarea {
    width: 90%;
    margin-left: 5%;
    margin-right: 0%;
    padding-left: 1px;
    padding-right: 1px;
    background-color:  rgb(189, 147, 151);
}


.menuheader {
    width: 100%;
    background-color: rgb(86, 73, 207);
    height: 150px;
    clear: none;
}

.menubox {
    width: 10%;
    margin-right: 3%;
    margin-left: 3%;
    margin-top: 10px;
    background-color: rgb(223, 150, 34);
    height: 120px; 
    clear: none;
    text-align: center; 
    font-size: 2pc;
    cursor: pointer; 
}





img {
    float: left;
    width: 25;
    margin-right:25%;
    margin-left:25%;
    }

/* Link properties */
/* Link that has never been clicked, un-visited link */
a:link {
    color: rgb(13, 34, 219);
    text-decoration: none;
}

/* visited link */
a:visited {
    color: rgb(143, 61, 236);
    text-decoration: none;
}

/* mouse over link */
a:hover {
    text-decoration: none;
    color: rgb(99, 28, 231);
}
/* selected link */
a:active {
    color: rgb(88, 88, 63);
    text-decoration: none;
}

