a { color: inherit; text-decoration: none; } a:hover { color: #bf9c54; text-decoration: none; }

.Predish { background-color: #bf9c54;} .Pblackish { background-color: #173654; color: #bf9c54; } .Pwhitesmoke { background-color: whitesmoke; } .Pwhiteish { background-color: rgb(255, 255, 255); }

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Regular.woff2') format('woff2'),
         url('fonts/Gotham-Regular.woff') format('woff'),
         url('fonts/Gotham-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'),
         url('fonts/Gotham-Bold.woff') format('woff'),
         url('fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
  
  body {
    font-family: 'Sylfaen', serif;
  }
  