body {
  font-family: tahoma;
  font-size: 10px;
  background: black;
  color: white;
  width: 639px;
  margin: 0px auto;
  text-align: left;
  vertical-align: top;
}

h1 {

  font-family: tahoma;
  font-size: 10px;
  background-image: url(img/htausta.jpg);
  background-repeat: repeat-x;
  color: white;
  text-align: left;
  padding-left: 15px;
  padding-bottom: 3px;
  padding-top: 2px;
}

h2 {
  font-family: tahoma;
  font-size: 10px;
  background-image: url(img/htaustaa.gif);
  background-repeat: repeat-x;
  color: white;
  text-align: center;
  padding-bottom: 20px;
}

.navi {
  text-align: center;
  font-family: tahoma;
  font-size: 10px;
  font-weight: bold;
  background-image: url(img/navitausta.jpg);
  background-repeat: repeat;
  padding-top: 3px;
  padding-bottom: 3px;
}

.taulu {
  background: transparent url("img/bodytaustaa.jpg") repeat;
  color: white;
  font-size: 10px;
  padding-bottom: 5px;
}

.taulu3 {
  background: transparent url("img/bodytaustaa.jpg") repeat;
  color: white;
  font-size: 10px;
  padding-left: 30px;
}

p { 
  margin-left: 5px;
  font-family: tahoma;
  font-size: 10px;
  padding-left: 20px;
  padding-right: 15px;
  vertical-align: top;
}

a:hover {
  color: black;
  background-color: white;
  text-decoration: blink;
}

a:active {
  color: red;
  background: inherit;
  text-decoration: none;
}

a:focus {
  color: red;
  background: inherit;
  text-decoration: none;
}