DIV.header{
    background-color: #9effae;
    padding: 10;
    width: 1100px;
}

DIV.sessionOverview{
    background-color: #e8e8e8;
    padding: 10;
    width: 1100px;
}

DIV.speakerList{
    background-color: #e8e8e8;
    padding: 10;
    width: 1100px;
}

H1{
    font-size: 22px;
    margin-bottom: 0px;
}

H2{
    font-size: 20px;
    margin-bottom: 0px;
}

H3{
    font-size: 18px;
    margin-bottom: 0px;
}

H3.slim{
    text-align: center;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
}


H4{
    font-size: 16px;
    margin-bottom: 0px;
}

IMG.banner{
    height: 32px;
}

UL.speakerList{
    padding:  15px;
    margin:   15px;
    line-height:  1.5em;
}

LI{
    margin-bottom: 0.8em;
}