
/* external stylesheet */


BODY {background-color: #DDDDDD; /*light grey*/
      color: #000000; /*black*/
      font-family: "Courier New", serif;
      font-size: 11 pt;
      font-weight: 500;
      font-style: normal;
     }


H2 {color: #006633; /* dark green */
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-style: normal;
    text-align: center;
   }

H3 {color: #990000; /* dark red */
    font-family: "Courier New", serif;
    font-weight: bold;
    font-style: normal;
    text-align: center;
   }


H4 {color: #990000; /* dark red */
    font-family: "Courier New", serif;
    font-style: normal;
    text-align: left;
   }


P {text-align: justify;
  }



/* classes used in the tables */


.contents {text-align: center;
           color: #000000; /* black */
           font-family: "Courier New", serif;
           font-size: x-small;
          }


.table {text-align: center;
        color: #000000; /* black */
        font-family: "Arial", sans-serif;
       }


.chart {background-color: #DDDDDD; /* light grey */
        text-align: center;
        color: #990000; /* dark red */
        font-family: "Arial", sans-serif;
        font-weight: bold;
       } 
       
       
.footer {text-align: center;
         color: #000000; /* black */
         font-family: "Courier New", serif;
         font-size: x-small;
        }




