.title {
    font-size: 26px;
    font-weight: bold;
    margin-top: 88px;
    margin-bottom: 88px;
    text-align: center;
}
.info {
    margin: 0 auto;
    text-align: center;
}
.subtitle {
    font-size: 20px;
    font-weight: bold;
}
.text {
    width: 760px;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 55px;
    margin-bottom: 0px;
}
.about_img {
    width: 100%;
    height: 210px;
    background-color: #cccccc;
    margin-top: 80px;
    margin-bottom: 80px;
}
.subtitle2 {
    font-size: 15px;
    margin-top: 65px;
    margin-bottom: 65px;
}
.info_container {
    width: 980px;
    height: 100%;
    margin-top: 55px;
    overflow: hidden;
    text-align: center;
}
.info_container p {
    font-size: 14px;
    line-height: 24px;
    padding: 40px 20px 0px 20px;
    text-align: left;

}
.info_box {
    width: 225px;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 150px;

}
.info_link {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
    text-decoration: underline;
    /*
    top: 425px;
    left:0;
    position: absolute;
    margin: 0 auto;
    */ 
}
.info_link a {
    color: #cc0000;
    text-decoration: underline;
}
.info_link a:hover {
    color: #cc0000;
    text-decoration: underline;
}
.info_link a:link {
    color: #cc0000;
    text-decoration: underline;
}
.info_link a:visited {
    color: #cc0000;
    text-decoration: underline;
}
.info_link a:active {
    color: #cc0000;
    text-decoration: underline;
}

.sublink {
    color: #000000;
    width: 225px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    /*
    top: 520px;
    left:0;
    position: absolute;
    margin: 0 auto 0 auto;
    */ 
}

.sublink a {
     color: #000000;   
}

.sublink a:hover {
     color: #000000;   
}

.sublink a:link {
     color: #000000;   
}

.sublink a:visited {
     color: #000000;   
}

.sublink a:active {
     color: #000000;   
}