body {
    width: 100%;
    margin: auto;
    max-width: 1024px;
    color: #333;
    font-family: helvetica, arial, Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

a {
    text-decoration: none;
    color: #1E76D4;
}

caption {
    font-size: 24px;
    color: #1E76D4;
}

table {
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
    margin-top: 25px;
    margin-left: 25px;
}

table thead {
    background: #ddd;
    font-weight: bold;
    text-align: center;
}
 
table th, td {
    padding: 6px;
    border: 1px solid #999;
    line-height: 1.5;
    text-align: center;
}