div.contact {
    margin-bottom: 40px;
}

div.area a:link { color: blue; text-decoration: none; }
div.area a:visited { color: blue; text-decoration: none; }
div.area a:hover { color: blue; font-weight: normal; text-decoration: underline; }
div.area a:active { color: blue; font-weight: normal; text-decoration: underline; }

div.contactheader {
    font-size: 14pt; font-weight: bold;
}

table {
    margin-top: 10px;
}

td {
    padding-left: 3px;
    padding-right: 3px;
}

thead {
    background: #333333;
    color: white;
    font-weight: bold;
}

tbody tr:nth-child(even) {background: #CCC}
tbody tr:nth-child(odd) {background: #EEE}