<style type="text/css">
  body { color: black; background: white; }
  body { margin-left: 5%; margin-right: 5%; }
  body { font-family: Verdana, sans-serif; }
  
  h1 { margin-left: -1%;  font-size: 200%; }
  h2,h3,h4,h5,h6 { margin-left: 2%; }
  h2 { font-size: 150%; }
  h3,h4,h5,h6 { font-size: 100%; }
  h1,h2,h3,h4,h5,h6 { font-family: sans-serif; }
  
  pre {font-family: monospace; }
  
  div.box { border: solid; border-width: thin; width: 100%; }
  div.borderbox { border: solid; border-width: thin; width: 100%;
  		margin-top: 0.5em; margin-left: 0.5em;
  		margin-right: 0.5em; margin-bottom: 0.5em; padding: 0.5em; }
  div.color { background: rgb(204,204,255); padding: 0.5em; border: none; }
  div.colorcenter { text-align: center; background: rgb(204,204,255);
  					padding: 0.5em; border: none; font-size: 75%; }
  div.footer { font-size: 60%; text-align: center; }
  div.noindent { margin-top: 1em; margin-bottom: 0.5em; }
  div.caption { font-size: 60%; text-align: center; border: solid;
				 border-width: thin; margin: 1em; }
  
  .smalltext { font-size: 75%; }
  .logintext {  text-indent: 2em; font-size: 80%; text-align: right; color : blue; }
  .error { font-size: 120%; color: red; }
  
  a.linktext       { text-decoration: none; color : blue }
  a.linktext:hover { text-decoration: underline; color : orange; }
  
  p { text-indent: 2em; margin-top: 0; margin-bottom: 1em; }
  
  table.report {
      font-family: sans-serif;
      font-size: 80%;
      /* background: white; 
      border-width: 2;
      border-color: white; */
      }
    
th.amber { font-family: sans-serif; font-size: 90%; background: rgb(204, 204, 153) }
td.amber { font-family: sans-serif; font-size: 75%; background: rgb(255, 255, 153) }

</style>

