 body { background-color: white; 
        font-family: arial,helvetica,verdana,sans-serif }

 pre { font-family: monospace }
 
 a:link { text-decoration: none }
 a:visited { text-decoration: none }

/* TD   {font-family: arial,helvetica, verdana,sans-serif } */
 TH   {font-family: arial,helvetica, verdana,sans-serif }

h1.bar {width: 100%;
        height: 30;
         font-family:  arial,helvetica, verdana,sans-serif;
         font-size: x-large;
         font-weight: bold;
         color: black;
         background: #AACCAA;
         padding: 10;
         border: none }

h2.bar {width: 100%;
         font-family:  arial,helvetica, verdana,sans-serif;
         font-size: large;
         font-weight: bold;
         color: black;
         background: #AACCAA;
         padding: 5;
         border: none }



div.box { border-width: thin;
          border-style: solid;
          padding: 5;
          width: 400}

div.abox { border-width: thin;
          border-style: solid;
          padding: 10;
          width: 900}

div.cbox { border-width: thin;
          border-style: solid;
          padding: 5;
          width: 300}

div.tbox { border-width: thin;
           border-style: solid;
           white-space: pre;
           font-family: monospace;
           font-size: 1.1em;
           padding: 10;
           background: #CCFFFF; 
           width:750 }

