body {
  margin: 0;
  padding: 12px;
  background-color: #7a7a7a;
  background-image:
    linear-gradient(45deg, rgba(255, 255, 255, 0.18) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(0, 0, 0, 0.12) 25%, transparent 25%);
  background-size: 8px 8px;
  color: #ffffcc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.3;
}

.year-shell {
  max-width: 920px;
  margin: 0 auto;
  background: #000066;
  border: 4px ridge #c0c0c0;
  box-shadow: 0 0 0 2px #000000;
}

.year-masthead {
  background: #c0c0c0;
  color: #000000;
  border-bottom: 4px ridge #ffffff;
}

.frame-title {
  padding: 6px 8px;
  background: #000080;
  color: #ffffff;
  font-family: "Times New Roman", Times, serif;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.frame-nav {
  float: left;
  display: block;
  width: 150px;
  min-height: 260px;
  padding: 8px;
  margin: 0 14px 10px 0;
  background: #ffffcc;
  border-right: 4px ridge #808080;
  color: #000000;
  font-size: 13px;
}

.frame-nav strong,
.frame-nav a {
  display: block;
  margin-bottom: 8px;
}

.frame-banner {
  min-height: 38px;
  padding: 8px 6px 0;
  overflow: hidden;
  background: #000000;
  color: #00ff00;
  font-weight: bold;
}

.core-profile,
.year-after-core,
.year-footer {
  padding: 10px 14px;
}

.core-profile::after,
.year-after-core::after,
.year-footer::after {
  display: block;
  clear: both;
  content: "";
}

h1,
h2 {
  color: #ffff00;
  font-family: "Times New Roman", Times, serif;
}

h2 {
  margin: 10px 0 9px;
  font-size: 25px;
  text-shadow: 2px 2px #ff00ff;
}

p,
ul {
  margin: 0 0 12px;
}

a {
  color: #00ffff;
  text-decoration: underline;
}

a:visited {
  color: #ff66ff;
}

.core-heading-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.core-heading-accent {
  flex: 0 0 auto;
}

.tiny-gif {
  max-width: 88px;
  height: auto;
}

.resume-list {
  padding-left: 30px;
}

.resume-list li {
  margin-bottom: 8px;
}

.resume-list li::marker {
  color: #ffcc00;
}

.java-box,
.links-96,
.guestbook-96 {
  margin: 12px 0;
  padding: 8px;
  background: #000033;
  border: 3px ridge #808080;
}

.applet-hole {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  border: 2px inset #c0c0c0;
  color: #00ff00;
  font-family: "Courier New", Courier, monospace;
  text-align: center;
}

.best-viewed {
  padding: 5px;
  background: #c0c0c0;
  border: 2px inset #ffffff;
  color: #000080;
  text-align: center;
}

.counter {
  color: #ffff00;
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
}

.time-slip {
  margin-top: 18px;
  text-align: center;
}

@media (max-width: 720px) {
  body {
    padding: 8px;
  }

  .frame-nav {
    float: none;
    width: auto;
    min-height: 0;
    margin: 0;
    border-right: 0;
    border-bottom: 4px ridge #808080;
  }

  .frame-nav a {
    display: inline-block;
    margin-right: 10px;
  }

  .core-heading-row {
    gap: 8px;
  }

  .tiny-gif {
    max-width: 58px;
  }
}
