/* Tiuhti -tyyli */

body { 
  background-color: #93a79a;
  color: #1f492e;
  background-image: none;
  margin: 0em;
  padding: 0em;
  border: 0;
  font-size: 12pt;
  font-family: Arial, sans-serif;
}

#motukkaalue { 
  background: url(motukka.jpg);
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -400px;
  width: 338px;
  height: 493px;
}

#otsikkoalue { 
  background: url(tiuhtiotsikko.jpg);
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -100px;
  width: 340px;
  height: 90px; 
}

#linkkialue {
  position: absolute;
  top: 180px;
  left: 50%;  
  margin-left: -30px;
  width: 400px;
  font-size: 130%;
  letter-spacing:0.05em;
  font-weight: bolder;
  font-variant: small-caps;
  line-height: 1.5em;
}

#osoite {
  position: absolute;
  top: 460px;
  left: 50%;
  margin-left: -390px;
}

a { 
  color: #501797; text-decoration:none; 
}

a:hover { 
  color: #501797; text-decoration:underline; 
}
