body {
 font-family: sans-serif;
 color: black;
 background:#ddd;
 padding:0px;
 margin:0px;
 margin:20px 20px 0px 20px;
}

EM { color: rgb(255,0,0) }  

div.box {
line-height: inherit;
 margin: 0px; 
 margin-bottom: 1em;
 padding: 0px;
 border: solid black thin;
 background: white;
}

div.box div.heading {
 horizontal-align: center;
 font-weight: bold;
 text-align: center;
 margin: 0px 0px 0px 0px;
 padding: .2em;
 letter-spacing: 0.1em; 
 border-bottom: solid black thin;
 background: #eee;
}

div.box div.text {
 margin: 1px;
 padding: 1em;
}

div.rightfloat{
  border-left:1px solid #000;
  border-bottom:1px solid #000;
  float: right;
  background:#eee;
  padding: 0.7em;
  margin:0px 0px 10px 0px;
  top: 0px;
}

