body {
        background-image: url("/tumblr_oqbqhu4PcT1rbu59co1_500.png");
} 

.indented {   padding-left: 50pt;   padding-right: 50pt; }
.deepindented {   padding-left: 70pt;   padding-right: 70pt; }

hr { 
  display: block;
  margin: 0.5em auto;
  border-style: solid;
  border-width: 1px;
} 

span {
    background-color: white;
    color: black;
}
u {    
    border-bottom: 1px dotted #000;
    text-decoration: none;
}
.tooltip {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0;
}
.tooltip .tooltiptext {
    visibility: hidden;
    background-color: white;
    width: auto;
    color: #000;
    text-align: center;
    padding: 5px 5px;
        position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%; 
    margin-left: -25px; 
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    width: auto;
}
mark {
    background-color: white;
    color: black;
    padding: 0;}
address {
  display: inline;
  font-style: normal;
  background-color: white;
}