.loppu {
  clear: both;
  margin-left: 1em;
  font-weight: bold;
}

.vaellus {
  float: left;
  height: 230px;
  width: 302px;
  text-align: center;
  margin-bottom: 1em;
  margin-left: 1em;
  position: relative;
  border: 1px solid black;
  padding: 0;
}

.vaellus p {
  text-align: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 1em;
  border-top: 1px solid black;
}

.vaellukset {
  clear: right;
}

.vaellus p.huomio {
  position: absolute;
  top: 40%;
  left: 40%;
  background-color: yellow;
  display: none;
}

.vaellus p.huomio:first-letter {
  font-size: 200%;
  color: red;
}

.vaellus:hover p.huomio {
  display: block;
}

a img {
  border: 0;
}

a {
  text-decoration: none;
  color: black;
}

.loppu a:link {
  text-decoration: underline;
  color: blue;
}

.loppu a:visited {
  text-decoration: underline;
  color: purple;
}

body {
  background-color: white;
  color: black;	
  font-family: Verdana, Arial, "Trebuchet MS", sans-serif;
  margin: 1em;
  line-height: 150%;
}

h1 { 
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}

h2 { 
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

p { 
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-top: 1.0em;
  margin-bottom: 1.0em;
}
