body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

header {
    padding: 5px;
    background-color: rgb(89, 31, 0);
    color: white;
    overflow: auto;
}

.content {
    width: 960px;
    margin: 0 auto;
}

header img {
    width: 300px;
    float: left;
}

header .titles {
    padding-left: 300px;
    float: left;
}

header .title {
    font-size: 40px;
}

header .subtitle {
    font-size: 16px;
}

header a {
    text-decoration: none;
    color: inherit;
}

table {
    border: 1px solid #DFDFDF;
    border-collapse: collapse;
    background: #F5F5F5;
    font-size: 14px;
    text-align: center;
}

table td, table th {
    border: 1px solid #393939;
    padding: 2px 3px;
}

table th {
    background-color: rgb(86, 86, 86);
    color: white;
    font-weight: bold;
}