/* --- CONTENT --- */
div.content {
  margin: 0em;
  padding: 0em;
  margin-left: 0em; /* 12.2em */
  margin-right: 0em; /* 12.2em */
  /* background-color: #990000; */
  /* border: 1px #110000 solid; */
  /*min-height: 15em;  acd233*/
}
div.content * { margin-top: 0em; margin-bottom: 1em; }
div.content h2 { border-bottom: 1px #444 solid; color: #edbb7e; }
div.content h3 { text-decoration: underline; font-size: 100%; margin: 1em 0 1em 0; }
div.content a:link, div.content a:visited, div.content a:hover, div.content a:visited{ color: #0081ac; }
div.content code { background-color: #EFE; border: 1px #444 dotted; }
div.content pre { padding: 1em; background-color: #EFE; border: 1px #444 dotted; }
div.content ul { margin-left: 3em; }
div.content ol { margin-left: 3em; }
div.content dd { margin-left: 3em; }
div.content dt { font-weight: bold; margin: 2em 0 2em 0; }
div.content .abstract { border: 2px #999 solid; background-color: #EEE; padding: 1em; color: #FFF; text-align: justify; }



