@font-face {
  font-family: "tr-909regular";
  src: url("/webfonts/tr-909-webfont.woff2") format('woff2'),
       url("/webfonts/tr-909-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;

}

body {
  background-color: white;
  color: black;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 40px 0;
  width: 75%;
}

a:link, a:visited, a:active {
  color: blue;
  text-decoration: none;
}

a:hover {
  border-bottom: 1px solid blue;
}

h1 {
  font-family: "tr-909regular";
  font-size: 300%;
}

h2 {
  font-family: "tr-909regular";
  font-size: 150%;
  margin-top: 25px;
}

li {
  list-style-type: square;
  margin-bottom: 5px;
}

footer {
  border-top: 1px solid #dddddd;
  font-size: 65%;
  letter-spacing: 2px;
  margin: 20px 0 20px;
  padding-top: 5px;
  text-transform: uppercase;
}

footer p {
  margin: 5px 0 0;
}

nav {
  font-family: "tr-909regular";
  font-size: 150%;
}

nav ul {
  font-size: 120%;
  margin: 60px 0 0 0;
  margin-bottom: 40px;
  padding-left: 0;
  white-space: nowrap;
}

nav li {
  display: inline;
  list-style-type: none;
  margin-right: 15px;
}

nav a {
  border: 1px solid #dddddd;
  padding: 10px;
}

nav a:link, nav a:visited
{
  background-color: white;
  color: black;
  text-decoration: none;
}

nav a:hover
{
  background-color: black;
  color: white;
  text-decoration: none;
}

nav li#active {
  background-color: black;
  border: 1px solid black;
  color: white;
  padding: 10px;
}

p {
  line-height: 150%;
}

#logo img {
  margin-top: 25px;
  width: 250px;
}

.command {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
}

.note {
  background-color: #dddddd;
  border-radius: 8px;
  font-size: 80%;
  margin-top: 10px;
  padding: 8px;
}

.note h3 {
  margin: 0;
}

.smallprint {
  color: #999;
  font-size: 80%;
  letter-spacing: 1px;
}