.left_content {
    border: 6px solid #f9f9f9;
    background-color: #ffffff;
}
.left_content a {
    color:#99ccff;
}
.left_content a:hover {
    color:#0099ff;
}
.left_content hr {
    border: 1px solid #0099ff;
}
   
.left_content {
    width: 80%;
    margin: 50px auto;
    font-size: 16px;
    line-height: 36px;
}
.left_content img {
    max-width: 100%;
}
.left_content a {
    text-decoration:none;
}
h2 {
    text-align: center;
}
h3, p {
    text-align: left;
}
h3 {
    padding: 12px;
}