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