
body, .body, .text {
  font-weight: normal;
  font-size: 11pt;
  font-family: verdana;
  text-align: justify;
  color: rgb(0, 0, 0);
  background-color: rgb(226, 170, 137);
}

.text {
  background-color: rgb(211,192,175);
}

.greetings {
  color: rgb(153, 51, 153);
  text-decoration: underline;
  font-weight: bold;
}

.comment {
  font-size: 8pt;
}

.lang {
  font-size: 10pt;
}

img {
  margin: 10pt;
  /*border: outset 3pt rgb(226, 170, 137);*/
}

img.lang {
  margin: 2pt;
  margin-right: 10pt;
  border: 1pt solid black;
  height: 12pt;
  vertical-align: middle;
}

img.header {
  margin: 0pt;
}

/*
<!-- link="#000099" vlink="#990099" alink="#000099"-->
*/

a {
  font-style: italic;
  color: #000099;
}

a:hover {
  text-decoration: none;
  font-style: italic;
  color: black;
}