body {
  background-color: #DDCDA6;
  font-family: arial;
  font-size: 12px;
  color: #442816;
  text-align: justify;
  cursor: default;
  margin: 0;
  line-height: 22px;
}

a:link, a:active, a:visited {
 font-weight: bold;
 cursor: default;
 text-decoration: none;
 color: #579e41;
}

a:hover {
 font-weight: bold;
 cursor: pointer;
 text-decoration: none;
 color: #5e3d28;
}

#tekstit {
  position: absolute;
  top: 70px;
  left: 100px;
  width: 700px;
}

h1 {
 font-family: trebuchet ms;
 font-size: 16px;
 color: #579e41;
 font-weight: bold;
 text-align: left;
 padding: 3px;
 line-height: 13px;
 text-transform: uppercase;
 text-indent: 20px;
}

h2 {
 font-family: trebuchet ms;
 font-size: 18px;
 color: #579e41;
 font-weight: bold;
 text-align: center;
 padding: 3px;
 line-height: 13px;
 text-transform: uppercase;
 text-indent: 20px;
}