body {
  background: #008080 url('https://win98icons.alexmeub.com/img/tiles/tiles1.png');
  font-family: 'MS Sans Serif', Tahoma, Geneva, Verdana, sans-serif;
  color: #000;
  margin: 0;
  padding: 32px 0;
}
.window {
  background: #e0e0e0;
  border: 3px solid #000080;
  border-radius: 6px;
  width: 600px;
  margin: 0 auto;
  box-shadow: 8px 8px 0px #444;
}
.title-bar {
  background: linear-gradient(90deg, #000080 80%, #0000a0 100%);
  color: #fff;
  padding: 6px 12px;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.window-controls {
  display: flex;
  gap: 2px;
}
.control {
  width: 14px;
  height: 14px;
  background: #d7d7d7;
  border: 1px solid #888;
  border-radius: 2px;
  margin-left: 3px;
  box-shadow: inset 1px 1px 0px #fff;
}
.content {
  padding: 18px 20px 4px 20px;
}
hr {
  border: none;
  border-top: 2px solid #000080;
  margin: 18px 0 16px 0;
}

h1, h2 {
  font-family: 'MS Sans Serif', Tahoma, Geneva, Verdana, sans-serif;
  color: #003366;
  margin-top: 0;
}
.intro {
  font-size: 1.07em;
  background: #fff;
  border: 2px inset #b0b0b0;
  padding: 10px 10px;
  margin-bottom: 12px;
}

.software-list {
  margin-bottom: 20px;
}
.software-entry {
  border: 2px outset #d0d0d0;
  background: #f8f8f8;
  margin-bottom: 18px;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 2px 2px 0px #b0b0b0;
}
.soft-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin-bottom: 4px;
}
.soft-title {
  color: #000080;
  font-size: 1.12em;
}
.soft-type {
  color: #666;
  font-size: 0.93em;
  margin-left: 8px;
}
.toggle-updates {
  font-family: inherit;
  background: #e0e0e0;
  border: 1px solid #888;
  border-radius: 2px;
  color: #333;
  font-size: 0.95em;
  margin-left: 10px;
  padding: 2px 8px;
  cursor: pointer;
  box-shadow: 1px 1px 0px #fff;
}
.toggle-updates:hover {
  background: #d0d0ff;
  color: #000080;
}
.soft-desc {
  font-size: 0.97em;
  padding-left: 5px;
  margin-bottom: 6px;
}
.updates-section {
  background: #eef;
  border: 1px dotted #888;
  margin-top: 7px;
  padding: 7px 13px 4px 13px;
  font-size: 0.95em;
}
.updates-section ul {
  margin: 0;
  padding-left: 18px;
}
.footer {
  font-size: 0.97em;
  color: #444;
  text-align: center;
  margin-top: 28px;
}
.footer a {
  color: #000080;
  text-decoration: underline;
}
.copyright {
  font-size: 0.9em;
  color: #888;
}