<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color:#f6f5f0;
    padding:0px;
    margin:0px;
    font-family:georgia, arial, helvetica, sans-serif;
    color:#000000;
    font-size:14px;
}

h3 {
    font-family:georgia, arial, helvetica, sans-serif;
    color:#000000;
    font-size:14px;
    font-weight:normal;
}

a {
   color:#010101;
   outline:none;
   border:none;
   text-decoration:none;
}

a:hover {
    color:#000000;
    outline:none;
    border:none;
    text-decoration:none;
}

img {
    outline:none;
    border:none;
    text-decoration:none;
}

#wrapper {
    margin: 0 auto;
    width:792px;
}

#header {
    width:792px;
    float:left;
    background-image:url(../images/vhg-header.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    height:217px;
}

#header a {
    width:102px;
    height:33px;
    background-image:url(../images/vhg-contact.png);
    background-position:center top;
    background-repeat:no-repeat;
    position:relative;
    top:29px;
    right:40px;
    text-indent:-9999px;
    float:right;
}

#header a span {
    text-indent:-9999px;
    width:102px;
    height:33px;
    float:right;
}

#main {
    width:792px;
    float:left;
    padding-top: 40px;
}

#main img {
    max-width: 100%;
    height: auto;
}


#footer {
    width:792px;
    float:left;
    padding-bottom:100px;
}

#footer a {
    outline:none;
    text-decoration:underline;
}

#footer a:hover {
}

#footer .box {
     float:left;
}

#footer .box ul {
    padding:0px;
    list-style:none;
}

#footer .box ul li {
    padding:0px;
    margin-bottom:2px;
}

.one {
    width:190px;
    padding-left:40px;
}

.two {
    width:280px;
}

.three {
    width:280px;
}</pre></body></html>