.tausta{
  background-color: white;
  background-image: url('images/kehys_sisa.jpg');
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  scrollbar-arrow-color: #E67918;
  scrollbar-face-color: white;
  scrollbar-base-color: #E67918;
  scrollbar-track-color: white;
  scrollbar-shadow-color: black;
  scrollbar-highlight-color: white;
  overflow-x: hidden;
}
.tausta_yla{
  background-color: white;
  background-image: url('images/kehys_ylap.jpg');
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.tausta_vas{
  background-color: white;
  background-image: url('images/kehys_vasen.jpg');
  background-position: top right;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.tausta_oik{
  background-color: white;
  background-image: url('images/kehys_oikea.jpg');
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.tekstit {
  font-family: Verdana, Arial;
  font-size: 11px;
  font-weight: normal;
  color: black;
}
.paa {
  font-family: Verdana, Arial;
  font-size: 12px;
  font-weight: bold;
  color: black;
}
.ali {
  font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: bold;
  color: black;
}
.vierasteksti {
  font-family: Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
}
.pienitxt {
  font-family: Verdana, Arial;
  font-size: 9px;
  font-weight: normal;
  color: black;
}
.huutotxt {
  font-family: Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  color: red;	
}
.otsikko {
  font-family : Verdana, Arial;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: black;
}
.listat {
  list-style: decimal;
}
.reunus{
  border-top: 1px solid black;
}
.reunus_ala{
  border-bottom: 1px solid black;
}

a:link, a:visited, a:active {
  color: #8D3703;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #E67918;
}