﻿.about-box {
    width: 100%;
    margin: 10px;
}

.about-name {
    color: #0066cb;
    margin-bottom: 10px;
}

.about-content {
    text-align: justify;
    font-size: 13px;
    line-height: 20px;
}

    .about-content a {
         color: #0066cb;
    }
    .about-content img {
        max-width:780px;
        margin:10px;
    }