@font-face {
  font-family: Leipis;
  src: url("Courier_Prime/CourierPrime-Regular.ttf");
}
@font-face {
  font-family: Leipis;
  src: url("Courier_Prime/CourierPrime-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: Leipis;
  src: url("Courier_Prime/CourierPrime-Italic.ttf");
  font-style: italic;
}
@font-face {
  font-family: Otsikkofontti;
  src: url("Caprasimo/Caprasimo-Regular.ttf");
}

h1, h2 {
  font-family: Otsikkofontti, serif;
  font-weight: normal;  /* LIHAVOINTI POIS */
}



body {
/* Helpoin ratkaisu: fontiksi Arial, jos löytyy, muuten mikä tahansa päätebiivaton. */
  font-family: Arial, sans-serif;

/* Tyylikäs ratkaisu: fontiksi joku hieno itse valittu, tiedostot nimetty ylempänä. */
  font-family: Leipis, serif;

  background-color: #888;
  background-image: url(dragon.jpg);
}
h1 {
  color: #85a17a; 
  font-size: 300%;
}
img {
  border: 5px solid #85a17a;
  max-width: 100%;
}
div {
  max-width: 800px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
.erityinen {
  color: green;
  background-color: yellow;
}

/* Linkkien muotoilu: */

a:link {
  color: #00c23a;
}
a:visited {
  color: #006e20;
}
a:hover {
  text-decoration: none;  /* ALLEVIIVAUS POIS */
}
a:active {
  color: #29ff68;
}