
.Aname {
  font-size: 26pt;
  font-weight: bold;
}

.Atext {
  font-size: 8pt;
  line-height: 1.0;
  font-weight: normal;
}

p {
  font-size: 12pt;
  font-weight: normal;
  text-indent: 50px;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 50px;
  margin-right: 50px;
}

p:first-letter {font-weight: bold;}

div.para {
  float: left;
  width: 300px;
  margin: 15px;
  background-color: #eee;
  color: black;
}

img {
  border-style: solid;
  border-width: 2px;
  border-color: maroon;
}

div.demolabel {
  float:left;
  color:white;
  background-color:maroon;
  font-size:10pt;
}

