body {
  background-color: #17171C;
  margin: 0;
}

h1 { 
   color: #cccc00; 
}
h2 { 
   color: #0000aa; 
}
h3 { 
   color: #cccccc; 
}
h4 { 
   color: #999999; 
}

td {
   color: #cccccc;
   text-align: center;
   font-size: 16;
}

#tdwhite {
  color: #000000;
  background-color: #ffffff;
  text-align: center;
  font-size: 16;
}

#tdleft { text-align: left }
#tdright { text-align: right }

#tdheader {
  text-align: center;
}

a:link {
   color: #0099ff;
   text-decoration: none;
}

a:visited {
   color: #9999ff;
   text-decoration: none;
}

.header {
  padding: 10px 16px;
  background: #17171c;
  color: #000000;
}

.content {
  padding: 10px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 98%;
}

.sticky + .content {
  padding-top: 10px;
}

xmg:hover {
  -webkit-transform: scale(2,2);
}
