body {
     margin: 0px 0px 2px 0px;
     background-position: top left;
     background: #000000;
}
.contact {
     color: #DBB667;
     font-size: 15px;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
     background-color: transparent;
     text-decoration: none;
     }
.contact a:link {
     color: #BDBDBD;
     font-weight: bold;
     background-color: transparent;
     text-decoration: none;
     }
.contact a:visited {
     color: #BDBDBD;
     font-weight: bold;
     background-color: transparent;
     text-decoration: none;
     }
.contact a:hover {
     color: #EEEEEE;
     font-weight: bold;
     background-color: transparent;
     text-decoration: none;
     }
.contact a:active {
     color: #DBB667;
     font-weight: bold;
     background-color: transparent;
     text-decoration: none;
     }
