body { 
    margin-left: 10%; 
    margin-right: 10%; 
    font-family: Arial, sans-serif;
  }
  h2,h3,h4,h5,h6 { margin-left: -3% }
  pre {
     color: green; font-weight: bold;
     white-space: pre; font-family: monospace;
  }
  em { font-style: italic; font-weight: bold }
  div.box { border: solid; border-width: thin; width: 100%; padding: 0.2em; }
  div.color {
    background-color: rgb(204,204,255);
    color: black;
    padding: 0.5em;
    border: none;
    width: 100%;
  }
  p.message {
    font-family: Arial, sans-serif;
    font-size: x-small;
    font-weight: bold;
    font-style: italic;
    text-indent: 1.5em;
  }
  p.menu {
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	margin-top: 0.1em; margin-bottom: 0.1em;
  }
  a.menu { text-transform: none; text-decoration: none; }
  a.menu:hover { text-transform: none; text-decoration: underline overline; }
  div.break {
    background-color: rgb(51,204,204);
    padding: 0.2em;
    color: black;
    border: none;
    width: 100%;
  }

  p { text-indent: 1.5em }
  p.changed {
    padding-left: 0.2em;
    border-left: solid;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left-width: thin;
    border-color: red;
  }
 ul { list-style-type: circle }
