@font-face {
  font-family: leipis;
  src: url(fontit/Didact_Gothic/DidactGothic-Regular.ttf);
}
@font-face {
  font-family: otsikko;
  src: url(fontit/Black_Ops_One/BlackOpsOne-Regular.ttf);
}
body {
  font-family: Arial, sans-serif;
  background-image: url(tausta-etusivu.jpg);
}
h1 {
  color: #ff8838;
  font-size: 210%;
  text-align: center;
  font-family: otsikko;
}
a:link {
  color: #f0be54;
}
a:visited {
  color: #c97f1e;
}
a:hover {
  text-decoration: none;	/* alleviivaus pois */
  background-color: #ebebeb;
}
div {
  max-width: 800px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
li {
  font-family: leipis;
}