body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  max-width: 800px;
  margin: 20px auto 20px;
  padding: 0 20px 0 20px;
}

h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5em;
  text-align: center;
  background-color: #f0f0f0;
}

h2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-variant: small-caps;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #880000;
}

h3 {
  clear: both;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-variant: small-caps;
  font-weight: normal;
  line-height: 1.3em;
  text-align: left;
  color: #880000;
  /*background-color: #f0f0f0;
  padding-left: 10px;*/
  border-bottom: solid 1px #aaaaaa;
}

a {
  text-decoration: none;
}

.tutvustus {
  /*margin-left: 10px;*/
}

.kontakt {
  font-size: 14px;
  color: #000066;
}

.floatright {
  float: right;
  margin: 0 0 10px 10px;
}


