body {
    font-family: Verdana, Helvetica, sans-serif;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url('/assets/old/hg1.jpg');
}
a {
    text-decoration: none;
    color: #0000ff;
}
a:visited { color: #0000ff; }
a:hover   { color: #ff0000; }
a:active  { color: #ff0000; }

#header1, #header2, #header3, #header4 {
    z-index: 2;
    position: absolute;
    visibility: visible;
}
#header1 {
    top: 240px;
    left: 222px;
}
#header2 {
    top: 190px;
    left: 365px;
}
#header3 {
    top: 240px;
    left: 752px;
}
#header4 {
    top: 190px;
    left: 575px;
}

.address {
    font-size: 0.8em;
    font-family: Verdana, sans-serif;
    line-height: 1.1em;
    color: #000;
}
.black {
    color: #000;
    text-decoration: underline;
}
