div.blue_box {
    font-family: "Trebuchet MS";
    width: 250px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #003399 !important;
    /*float: right;
    margin-left: 10px;
    margin-bottom: 10px;*/
    color: #ffffff !important;
    margin-left: 30px;
    margin-top: 10px;
}

div.blue_box h2, div.blue_box h1 {
    font-size: 16px !important;
    margin-bottom: 10px;
    color: #ffffff !important;
}

div.blue_box p {
    margin-bottom: 8px;
    font-size: 12px !important;
}

div.yellow_box {
    font-family: "Trebuchet MS";
    width: 152px;
    background: #fe9f10 !important;
    /*margin-left: 20px;
    margin-top: 20px;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-left: 30px;

}

div.yellow_box h2 {
    font-size: 17px;
    margin-bottom: 8px;
}

div.yellow_box p {
    margin-bottom: 8px;
    font-size: 13px;
}