body {
  background-color: #f0f0f0;
  color: #333333;
  font-family: Arial, sans-serif;
}

h1 {
  color: #2e8b57;
  font-size: 36px;
}

h2 {
  color: #4682b4;
  font-size: 28px;
}

p {
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  color: #ff6600;
}
