body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

h1, h2, h3, heading {
  font-weight: bold;
}

a {
  color: #1a0dab;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.news-list {
  list-style-type: none;
  padding-left: 0;
}

.news-list li {
  margin-bottom: 10px;
}

