html { -webkit-text-size-adjust:100%; }

@font-face {
  font-family: "GothamBook";
  src: url("gothambook-family.eot");
  src: local("¢"),
    url("gothambook-family.woff") format("woff"),
    url("gothambook-family.ttf") format("truetype"),
    url("gothambook-family.svg#GothamBook") format("svg");
  }

a { font-family: "GothamBook", Georgia, serif; }
a:visited { color: #dddddd; }
a:active { color: #dddddd; }
a:link { color: #dddddd; }
a { text-decoration: none;}

p { font-family: "GothamBook", Georgia, serif; }
p { padding-right: 0px;
   padding-left: 0px; }


h3 { font-family: "GothamBook", Georgia, serif; }
h3 { font-weight: normal;  }
h3 { text-indent: 25px; }
h3 { text-align: center; }
h3 { letter-spacing: 21px; }
h3 { font-size: 14pt; }   
   
h1 { font-family: "GothamBook", Georgia, serif; }
h1 { font-weight: normal;  }
h1 { text-indent: 5px; }
h1 { text-align: center; }
h1 { letter-spacing: 2px; }
h1 { font-size: 5pt; }

h2 { font-family: "GothamBook", Georgia, serif; }
h2 { font-weight: normal;  }
h2 { text-indent: 7px; }
h2 { text-align: center; }
h2 { letter-spacing: 8px; }
h2 { font-size: 5pt; }

hr{
 border: 1px white;
 height: 10px;
 width: 1px;
 }
 
 body {
  background-color: black;
  color: #009966;
}