body {
    margin: 0px;
    background-color: #000000;  
  }

.small {
    font-family: Arial, Helvetica;
    font-size: 10px;
    color: #655C3E;    font-weight: normal;
}


a:link, a:visited, a:active {
    font-family: Arial, Helvetica;
    font-size: 10px;
    color: #655C3E;    font-weight: bold;
    text-decoration: none;
}

a:hover {    color: #B6A66F;
    text-decoration: none;
}

