

 @font-face {
  font-family: chicago;
  src: url(chicago.ttf);
}
 @font-face {
  font-family: title;
  src: url(title.ttf);
}

* {
  font-family: chicago;
  color: #cedfed;
}
h1 {
 font-family: title;  
}
h2 {
 font-family: title;  
}
hr {
 color: #cedfed;
}
a {
 size: 16
}
body {
  background-image: url('stars3.gif');
  color: #cedfed;
}

.navbar {
  overflow: hidden;
  background-color: #0f327d;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
}

.navbar a:hover {
  background: #1374b0;
  color: white;
}

.navbar a.active {
  background-color: #0083d4;
  color: white;
}

table {
  font-family: chicago;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #cedfed;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color:#00004700;
}