* {
  text-align: justify;
}

.note {
  border: 2px dashed black;
  padding: 1em;
  background: rgb(230,240,240);
}

.figure {
  border: 1px solid black;
  border-left: none;
  border-right: none;
  background: rgb(245,245,245);
}

.figure * {
  text-align: center;
  /*background: black;*/
}

h2.title {
  text-align: center;
}

h3.subtitle {
  text-align: center;
}

h3.title {
  border: 2px solid black;
  border-left: none;
  border-right: none;
}

a:link {
  color: #71002D
}

a:hover {
  color: #2F0016;
  font-weight: bold;
}

a:visited {
  color: #7F2752;
}

.videoobject {
  /*border: 1px solid black;*/
  text-align: center;
}

img {
  vertical-align: middle;
}

body {
  width: 1000px;
}
