body {
  background-color: #000;
  font-size: 18px;
  color: #ea5848;
  font-family: Rockwell, 'Rockwell Nova', 'Roboto Slab', 'DejaVu Serif', 'Sitka Small', serif;
  font-weight: normal;
  }

small {
  font-size: 12px;
  }

a:link {
  color: #15a7b7; 
  background-color: transparent; 
  text-decoration: none;
  font-family: Rockwell, 'Rockwell Nova', 'Roboto Slab', 'DejaVu Serif', 'Sitka Small', serif;
  font-weight: normal;
}

a:visited {
  color: #15a7b7;
  background-color: transparent;
  text-decoration: none;
  font-family: Rockwell, 'Rockwell Nova', 'Roboto Slab', 'DejaVu Serif', 'Sitka Small', serif;
  font-weight: normal;
}

a:hover {
  color: #15a7b7;
  background-color: transparent;
  text-decoration: underline;
  font-family: Rockwell, 'Rockwell Nova', 'Roboto Slab', 'DejaVu Serif', 'Sitka Small', serif;
  font-weight: normal;
}

a:active {
  color: #15a7b7;
  background-color: transparent;
  text-decoration: underline;
  font-family: Rockwell, 'Rockwell Nova', 'Roboto Slab', 'DejaVu Serif', 'Sitka Small', serif;
  font-weight: normal;
  }
