/* Legacy look – conservative, familiar */

/* Typography */
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  background-color: #ffffff;
}

/* Header */
header {
  border-bottom: 1px solid #ccc;
}

header h1 {
  margin: 0 0 0.5rem 0;
  font-size: 1.8rem;
}

/* Navigation */
nav a {
  text-decoration: none;
  color: #006400;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}

/* Headings */
h2 {
  margin-top: 0;
  color: #006400;
}

/* Footer */
footer {
  border-top: 1px solid #ccc;
  font-size: 0.9rem;
  color: #555;
}
