body {
    width: 100%;
    height: 100%;
    margin: 0;
    background: #808080;
    color: #efefef;
}

.pageTitle {
    color: #dcdcdc;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    line-height: 70px;
}

#mainContentBox {
    border: 2px solid #c4c4c4;
    padding: 1%;
    margin: 2%;
}

.chartTitle {
    text-align: center;
    font-size: 30px;
    text-decoration: underline;
}

.centerText { text-align:center; }