Sitemap • feldbahnfreunde.de


body {
  font-family: "Arial";
  background-color: beige;
}

td, th {
  color: blue;
  font-size: 20px;
}

a {
  text-decoration: none;
  font-size: 20px;
  font-weight: bolder;
  color: blue;
}

a:hover {
  background-color: blue;
  color: white;
}

a.block {
  display: block;
}

a.grafik:hover {
  background-color: #FFFFE0;
}

.titel {
  display: block;
  font-variant: small-caps;
  color: red;
  font-weight: bold;
  font-size: 320%
}