:root {
  color-scheme: dark;
  --color-bg-main: #181818;
  --color-fg-main: #33cc33;
  --color-fg-link: #33ff33;
  --color-fg-link-visited: #33ff33;
  --color-fg-heading: #33ff33;
  --color-bg-h2: #33ff33;
  --color-fg-h2: #181818;
  --color-border-h2-light: #606060;
  --color-border-h2-dark: #202020;
  --color-star-accent: #666666;
  --color-star-stroke: #000000;
}

body {
  font-family: "MS Gothic", "BIZ UDGothic", IPAMonaGothic, Osaka-mono, "Lucida Console", monospace;
}

h2 {
  border: none;
}

.greentext {
  color: #33ff33;
}

hr {
  border: none;
  border-top: 2px dotted #33ff33;
}

.homeCenter a {
  font-weight: bold;
}

.newsHeader {
  border: 2px dotted #33ff33;
  border-left: none;
  border-right: none;
}