﻿body {
    background-color: #eee;
    color: #222;
}

.header-banner
{
    text-align: center;
    margin-bottom: 2em;
}

h1, h2, h3
{
    text-transform: uppercase;
}

.field-validation-error
{
    color: #ff0000;
}