﻿body {
    background-color: rgb(223, 255, 223);
}

table.contactInfo {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 1px;
    width: 85%;
}

.contactInfoWidth {
     width: 13em;
}

.contactAddressWidth {
    width: 45px;
}

h1 {
    font-size: 140%;
    text-align: center;
}

h2 {
    font-size: 120%;
    margin-top: 10px;
    margin-bottom: 10px;
}
