body {
  background-image: url(/kuvat/marble1.jpg);
  background-repeat: repeat;
  background-color: #f0f0ff;
  color: black;
}

a:link {
  color: #006000;
}

a:visited {
  color: #400080;
}

a:active {
  color: #000080;
}

a:hover {
  color: red;
}

tr {
  vertical-align: top;
}

th {
  vertical-align: top;
  text-align: left;
}

td {
  vertical-align: top;
}

h1 {
  text-align: center;
}

h2,h3,h4,h5,h6 {
  text-align: left;
}

ul.etusivulinkit {
  line-height: 200%;
}

dl.linkkilista dt {
  margin-top: 1em;
}

