body {
    background-color: #FFFFFF;
    color: #000000;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 32px;
    margin: 0 0 8px 0;
    font-weight: bold;
}

h2 {
    font-size: 24px;
    font-weight: normal;
}

a:link {
    color: #0000FF;
}

a:visited {
    color: #FF00FF;
}

.page {
    width: 100%;
}

.container {
    width: 800px;
    margin: 0 auto;
}

.hero {
    display: table;
    width: 100%;
}

.hero-image,
.hero-content {
    display: table-cell;
    vertical-align: middle;
}

.hero-image img {
    display: block;
    float: left;
    border: 0;
}

.hero-content {
    text-align: center;
}

.hero-text {
    font-size: 21px;
}

.contact-section {
    text-align: center;
}

.contact-text {
    font-size: 16px;
}

td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 5px 20px 5px 5px;
}

div {
    padding: 5px 20px 5px 5px;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.title {
    font-size: 18px;
    font-weight: bold;
}

tr:nth-child(even) {
    background: #eff3fa;
}