﻿
.div_center {
    padding: 10px 0px 0px 0px;
    background-color: #fff;
}

    .div_center table {
        width: 800px;
        margin: 50px auto 0px auto;
    }

    .div_center thead {
        font-size: 14px;
        color: #333;
    }

    .div_center td {
        height: 40px;
        border-bottom: 1px solid #e1e1e1;
    }

        .div_center td a {
            font-size: 14px;
            color: #333;
        }

            .div_center td a:hover {
                color: #8b2e27;
                text-decoration: underline;
            }
