body {
  background-color: #e6b771;
  margin: 0em;
  padding: 2em;
}


.sisalto {
  width: 50%;
  left: 25%;
  background-color: white;
  border: solid;
  border-color: gray;
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
  }

/*Tekstimuotoilut*/
p.alaotsikko {
  text-decoration: underline;
  font-weight: bold;
}

a img {
  border: none; 
} 

