/* Standard color */
#this-year, #programme .meeting-title, .topic-bottom a:visited, .topic-bottom a:link, .topic-bottom a:active, .topic-bottom a:focus {
    color: #f99; 
}

/* Bright color */
#programme .next .meeting-title {
    color: red;
}

/* Background color */
#this-year, #meetings, #this-year p.topic-bottom {
    background-color: #black;
}

/* Head picture */
#this-year h2 {
    background: black url(../images/2010persona_head.jpg) no-repeat left bottom;
    padding-bottom: 224px;
}

/* Foot picture */
#meetings {
    background: url(../images/2010persona_foot.jpg) no-repeat left top;
    padding-right: 1em; padding-bottom: 1em; padding-top: 150px;
}

