div.index {
    width:500px;
    margin: auto;
    margin-top:50px;
}

div.index h2 {
    text-align: center;
}

div.index dl {
    margin-top: 10px;
    font-size: 120%;
}

div.index dt {
    font-weight: bold;
    font-size: 120%;
    margin-top: 25px;
    margin-bottom: 5px;
}

div.index p {
    text-align: center;
}