/* Vaikuttaa kaikkiin indeksisivuihin joilla linkkejä chess-resultsiin */

p { padding: 0 0 0 0; }
h1 { color: #002060; font-size: 46px; margin-bottom: 20px; padding-left: 20px; }
h2 { color: #002060; font-size: 28px; margin-bottom: 15px; }
h3 { color: #002060; font-size: 22px; margin-bottom: 10px; }
h4 { color: #002060; font-size: 20px; margin-bottom: 30px; }
hr { margin-top: 40px; margin-bottom: 40px; }

ul {
  list-style-type: disc;
  padding-left: 30px;
  font-family: Arial, sans-serif;
}
ul li {
  margin-bottom: 0.5em;
  font-size: 1em;
}

a {
  color: #00509e;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  font-weight: normal;
  transition: color 0.2s, text-decoration-thickness 0.2s;
}
a:hover { color: #003366; text-decoration-thickness: 2px; }
a:visited { color: #004080; }

@media (max-width: 1000px) {
  p { padding-right: 20px; }
  ul {
  list-style-type: disc;
  padding-left: 50px;
  font-family: Arial, sans-serif; }
  ul li {
  margin-bottom: 0.5em;
  font-size: 2.0em;
}
}
