﻿body {
}
p a {
    color: #CC3300;
}
.divcenter {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 15%;
    text-align: center;
    color: #800000;
    font-size: 20px;
}
.even {
    padding: 10px;
    background-color: #D0EB55;
}
.odd {
    padding: 10px;
    background-color: #99FF99;
}
div:nth-child(even) {background: #99FF99}
div:nth-child(odd) {background: #D0EB55}
.imgcontentleftside {
    float: left;
    margin-right: 10px;
}