body {
    font-family: Arial, sans-serif;
}
.content {
    margin: 0 auto;
    width: 600px;
}
table {
    width: 100%;
}
.bold {
    font-weight: bold;
}
.label {
    width: 215px;
    text-align: right;
}
.centered {
    text-align: center;
}
img {
    border: none;
    outline: none;
    width: 400px;
}
.red {
    color: red;
}