body {
  color: white;
  background: #1f160f;
  background-image: url(dscn3392-back.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  font-family: sans-serif;
  font-size: 12pt;
}

A:link    { color: green; }    /* unvisited links */
A:visited { color: yellow; }   /* visited links   */
A:hover   { color: orange; } /* user hovers     */
A:active  { color: pink; }   /* active links    */

img {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 3px solid white;
}

H1 {
  clear: both;
  text-align: center;
}

H2 {
  clear: both;

  background: #2c2216;
  border: solid white;
  padding: 1%;
}

H3,H4,H5,H6,H7 {
  clear: both;

  background: #927555;
  border: solid white;
  padding: 1%;
}

div.bigbox {
  clear: both;
  border: solid white;

  background: #927555;
  padding: 1%;
}

div.float {
  clear: none;
  float: left;
  width: 12rem;
  height: 12rem;
  min-width: 12rem;
  max-width: 12rem;
  min-height: 14rem;
  max-height: 14rem;
  margin: 1rem 1rem 1rem 1rem;
  border: solid purple;
  text-align: center;
}

p.center {
  text-align: center;
}

img.jorma {
  width: 90vw;
  max-width: 400px;
  height: auto;
}
