div.TitleBlock {
    text-align: center;
    background-color: #009933;
    color: white;
}
div.Index {
    border: 5px #009933 solid;
    float: left;
    width: 144px;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 15pt;
}
h2 {
    text-align: center;
    background-color: #009933;
    color: white; 
}
