body {
  background: #B2B2B2;
  color: black;
  font-family: "DejaVu Sans", Colibri, sans-serif;
  font-size: 14pt;
  padding: 1em 3em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "DejaVu", Cambria, serif;
  clear: both;
}

h1 {
  font-size: 24pt;
  text-align: center;
  font-variant: small-caps;
}

h2 {
  margin-top: 2em;
  font-size: 18pt;
}


a, a:link {
  color: blue;
  text-decoration: underline;

}

a:visited {
  color: #5500CC;
  text-decoration: none;
}

a:hover {
  color: blue;
  text-decoration: underline;
}

a:active {
    color: red;
    text-decoration: underline;
}

p {
  text-align: justify;
}

div#mxrev-ltop {
  width: 210px;
  float: left;
  background: white;
  border: 1px solid black;
}

div#mxrev-rtop {
  width: 210px;
  float: right;
  background: white;
  border: 1px solid black;
}

div#mxrev-ltop p {
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
  border-top: 1px solid black;
}

div#mxrev-rtop p {
  float: right;
  width: 100%;
  margin: 0;
  text-align: center;
  border-top: 1px solid black;
}

div.fake {
  clear: both;
}

.rillus {
  width: 210px;
  float: right;
  background: white;
  border: 1px solid black;
  margin-left: 1em;
}

.rillus p {
  float: right;
  width: 100%;
  margin: 0;
  text-align: center;
  border-top: 1px solid black;
}

.lillus {
  width: 210px;
  float: left;
  background: white;
  border: 1px solid black;
  margin-right: 1em;
}

.lillus p {
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
  border-top: 1px solid black;
}


