h1 a {
    font-size: 120%;
    margin: 0 0 0 20px;
}
table.bgTbl {
    width: 100%;
}
.article table.bgTbl th {
    background-color: #003b88;
    color: #fff;
}
table.bgTbl td {
    background-color: #eef6ff;
}
.envelope {
    background: #003b88;
    color: #fff;
    font-size: 120%;
    border: none;
}
.article table.bgTbl {
    border: solid 5px #003b88;
}
#topMenu .topMenu li:hover {
    background: #d4e4f6;
}
.mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainTopics h2, #mainArticles div[id^="blog"] h2 {
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 600px) {
table.bgTbl th, td {
    display: block;
}
}