body {
  background-color: #F5F5F5;
  font-family: "Tahoma", sans-serif;
  color: #36454F;
}

img.frontimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.button {
  box-shadow: 0px 0px 2px grey;
  border: 6px solid white;
  margin: 2px;
}

img.floatright {
  float: right;
  margin-left: 25px;
}

img.border {
  box-shadow: 0px 0px 3px grey;
  border: 15px solid white;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #36454F;
}

div.title {
  text-align: center;
}

div.body {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

div.menubar {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #B2BEB5;
  border-bottom: 1px solid #B2BEB5;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.imagebar {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

span.title {
  font-size: 60px;
  font-weight: bold;
}

hr.linebreak {
  display: block;
  width: 50%;
  border-width: 0px;
  height: 1px;
  background-color: #B2BEB5;
}