#index_content h1 {
    font-weight: 400;
    color: #0D4D8C;
}

#index_content ol {
    padding: 5px 30px;
}

#index_content ul {
    padding: 2px 20px;
}

#index_content li {
    padding: 5px 0;
    text-align: justify;
    line-height: 150%;
}

#index_content p {
    line-height: 150%;
}

div#consumer_participation {
    margin-top: 30px;
}

div#consumer_participation h1 {
    color: #E62E00;
}

div#consumer_participation h2 {
    color: #FF6600;
}

div#consumer_participation a {
    padding: 10px 20px;
    background-color: #FF5000;
    color: white;
    text-decoration: none;
    font-size: 1.1em;
    cursor: pointer;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 10px;
}

div#consumer_participation a:hover {
    background-color: #FF6600;
}