.TableHeader {
    background-color:Blue;
    color:White;
    font-weight:bold;
    font-style:italic;
    font-size:20;
    text-align:center;
    width:20%;
}

.SeasonHeader {
    background-color:Blue;
    color:White;
    font-family:Arial;
    font-weight:bold;
    text-align:center;
    width:20%;
}

.EveningCell {
    font-size:14;
    font-weight: bold;
    font-family: Arial;
    background-color: #ccffff;
    text-align: center;
}

.MatineeCell {
    font-size:14;
    font-weight: bold;
    font-family: Arial;
    background-color: #ffff99;
    text-align: center;
}

.Price {
    font-size:18pt;
}

.Value {
    font-size:8pt;
    font-family:Arial;
    font-weight:normal;
    color:Gray;
}

.YouSave {
    font-size:18;
    font-family: Times New Roman;
    color:Maroon;
}

