﻿.header {
    background-color: White;
    width: 100%;
    height: auto;
    top: 0px;
    margin: 0px;
    padding: 10px;
    font-family: Museo-sans, sans-serif;
    color: #40403f;
    border-bottom: 1px #E5E5E5 solid;
}

.body {
    background-color: #ecf8ff;
    padding: 10px;
    width: 100%;
    font-family: Museo-sans, sans-serif;
    color: #40403f;
}

.footer {
    background-color: White;
    width: 100%;
    height: auto;
    top: 0px;
    margin: 0px;
    padding: 10px;
    font-family: Museo-sans, sans-serif;
    border-top: 1px #E5E5E5 solid;
    color: #40403f;
}