body {
  margin: 0;
  padding: 0;
  background: #121212;
  font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', sans-serif;
  color: #FFFFFF;
}

* {
   cursor:url(https://static.tumblr.com/kmw8hta/YoEn3ksuh/zorzc.png), auto; 
}

a,
a:visited,
a:hover,
a:active {
  cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
  color: #777777;
}

p, li, td {
  color: #CCCCCC;
}

#container {
  position: relative;
}

#nav {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 16px;
  padding-right: 4px;
  width: 224px;
  font-size: 90%;
  font-variant: small-caps;
  color: #FFFFFF;
}

#nav h1, #nav h2 {
  color: #FFFFFF;
  margin-bottom: 0px;
}

#nav ul {
  padding: 0;
  margin-top: 4px;
  list-style-type: none;
}

#nav #changelog ul {
  font-variant: normal;
  list-style-type: circle;
  font-size: 90%;
}

#nav p {
  font-variant: normal;
}

#content {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 256px;
  width: 640px;
}

#content2 {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 256px;
  width: 1500px;
  font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', sans-serif;
}

#upcoming {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', sans-serif;
}

#content img {
  max-width: 640px;
}

#content h1, #content h2, #content h3, #content th {
  font-variant: small-caps;
  color: #FFFFFF;
  text-decoration-line: underline;
}

#upcoming p {
  font-variant: small-caps;
}

#content h1, h2, h3 {
  font-size: 120%;
}

#content2 h1 {
  font-variant: small-caps;
  color: #FFFFFF;
  text-decoration-line: underline;
  font-size: 120%;
}

#site-banner {
  height: 179px;
  width: 100%;
  background: #1E1E1E;
  margin: 0;
  border-bottom: solid #444 1px;
}

.chart-banner img {
  width: 256px;
  height: 80px;
}

.diff-bg { color: #00a89a; }
.diff-ez { color: #00ff00; }
.diff-nm { color: #ffff00; }
.diff-hd { color: #ff4444; }
.diff-in { color: #bb66ff; }
.diff-ed { color: #aaaaaa; }