﻿#banner
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: white;
    background-color: #008b8b;
}

.big
{
    font-size: 3em;
}

.small
{
    font-size: 1.5em;
}

.italics
{
    font-style: italic;
}

.awning
{
    float: left;
    width: 9.9%;
    height: 50px;
}

.white
{
    background-color: white;
}

.dark
{
    background-color: #008b8b;
}

.first, .last
{
    width: 5.2%;
}
