body {
     color:#000000;
     background: #CC9933;
     font-family:Palatino,Helvetica,Avantgarde,Arial,sans-serif;
     font-style:normal;
     font-size:100%}

a:link{
       color: #441111;
       text-decoration: underline; 
      }

a:visited{
         text-decoration: underline; 
         color: #663333;
         }

a:hover, a:active { 
	text-decoration: underline; 
	color: #996633;
	}

table.axe {
          background: #CC9933;
          border-color: black;
          border-style: inset;
          border-width: thin;
          text-align: center;
          }


th.axe {
       background: #996633;
       border-color: black;
       border-style: inset;
       border-width: thin;
       text-align: center;
       }

td.axe {
       background: #CC9933;
       border-color: black;
       border-style: inset;
       border-width: thin;
       text-align: center;
       }

h2, h3, h6 {
           color:#000000;
           font-style:oblique
           }
