body {
    margin: 0;
    overflow-x: hidden;
    background-color: aliceblue;
    font-family: sans-serif;
    font-size: 14px;
    color:#585858;
    line-height: 2;
}

h1 {
    font-family: sans-serif;
    font-size: 32px;
    color:darkorange;
    letter-spacing: 5px;
}

h2 {
    font-family: sans-serif;
    font-size: 16px;
    color:darkorange;
    letter-spacing: 3px;
}


h3 {
    font-family: sans-serif;
    font-size: 14px;
    color:darkorange;
    letter-spacing: 2px;
}

h4 {
    font-family: sans-serif;
    font-size: 8px;
    color:#585858;
    font-style: italic;
    text-align: center;
}

h4 a{
    font-family: sans-serif;
    font-size: 8px;
    color:#585858;
    font-style: italic;
    padding: 0;
    
}

h4 a:hover{
     color:darkorange;
}

#maincontent {
    display: block;
    width: 80%;
    margin: auto;
}

#banner1 {
    display: block;
    background-color: lightgray;
    height: 3px;
    width: 800px;
    margin: auto;
}

#footer {
    text-align: center;
    display: block;
    background-color:lightgray;
    height: 30px;
}

#footer p {
    color : #585858;
    font-size: 12px;
    position: relative;
    top: 5px;
}

#footer a {
    color: #585858;
    font-size: 12px;
    font-style: italic;
    position: relative;
    top: -8px;
}

#footer a:hover {
    color:darkorange;
}
