.left_content .aLbox {
    background-color: #99ccff;color: #ffffff;
    border-left: 4px solid #0099ff;
}
.left_content .aRbox {
    background-color: #99ccff;color: #ffffff;
    border-right: 4px solid #0099ff;
}
.left_content, .center_content {
    color: #999999;
    border: 6px solid #f9f9f9;
    background-color: #ffffff;
}
.left_content a, .center_content a {
    color:#99ccff;
}
.left_content a:hover, .center_content a:hover {
    color:#0099ff;
}
.left_content>.copy {
    border: 4px solid #99ccff;
}
.left_content hr {
    border: 1px solid #0099ff;
}
   
.left_content, .center_content {
    width: 80%;
    margin: 50px auto;
    font-size: 16px;
    line-height: 36px;
}
.center_content {
    text-align: center;
}
.left_content img {
    max-width: 100%;
}
.left_content a,.center_content a {
    text-decoration:none;
}
h2 {
    text-align: center;
}
h3, p {
    text-align: left;
}
h3 {
    padding: 12px;
}
.left_content .aLbox, .left_content .aRbox {
    padding: 3px 5px;font-size: 13px;
}
.left_content>.copy {
    display:block;
    width: 80%;height:40px;
    line-height:24px;font-size:16px;
    margin: 0px auto;
}
.left_content .s, .center_content .s {
    line-height:24px;font-size:12px;
}