
body {
 background-color: rgb(220, 220, 220);
 font-size: 13px; 
 font-family: Arial, sans-serif;
 margin: 30px;
 align: center;
}
#menuhr {
 display:block;
 width:7em;
 margin: .5em auto .5em auto;
 height: 1px;
}
#hr {
 display: block;
 margin: 1em auto 1em auto;
 width:80%;
 height: 1px;
}
p.par {
 text-indent: 30px;
 text-align: justify;
}
div.content {
  margin: 3em 4%;
  text-align: justify;
  }
div.menu {  
  float: left;
  padding:  1em 1em 1em 1em;
  margin: 1.2em 1.2em 1.2em 1.2em;
  border: 5px groove #2e8b57;
  }
text.nowrap {
  white-space: nowrap; 
}
memo.to.me {
margin: top rightedge bottom leftedge
}
div.textl {
  width:48%;
  margin:0% 1% 1% 0%;
  float:left;
}
div.textr {
width:48%;
margin:0% 0.5% 1% 1%;
float:right;
}
a:link { 
color: black;
text-decoration: none;
}
a:visited { 
color: black;
text-decoration: none;
}
a:hover {
color: black; 
text-decoration: underline;
}
img {
border-width: 1px; 
border-style: solid; 
border-color: black; 
} 
div.imgcontainer {
  white-space: nowrap; 
  text-align: nowrap;
  display: inline;
}
img.r {
  width: 49%; margin-left: 1%;
}
img.l {
  width: 49%; margin-right: 1%;
}