
BODY
   {
   background-color: #99ccff ; /* Aqua-ish*/
   color=Black ;
   font-size: 13pt ;
   font-style: sans-serif ;
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
  }


a:hover
   {
   color: #FF0000 ; /* Links in Red */ 
   }



H1
   {
   font-size: 25pt ;
   color: #007700 ; /* Green-ish */
   font-weight: 800 ;
   text-align: center ;
 }

H1 a
   {
   color: #007700 ; /*Dark Green*/
   background-color: #ffcc66 ;
   border: solid black;
   padding: 0.2cm ;
 }


H2
   { 
   font-size: 25pt ;
   color: #ffcc66 ; /* Yellow-ish */
   font-weight: 800 ;
   text-align: center ;
   background-color: #007700;
   border: solid black;
   padding: 0.1cm ;
 }


H3
   {
   font-size: 20pt ;
   color: #990000 ; /* Red -ish */
   font-weight: 800 ;
 }

H3 a
   { 

 	 /*  font-size: 24pt ; /* STATUS Active */
  	/*  color: #FF0000 ; /* Red */

 font-size: 5pt ; /* NORMAL */
 color: #99ccff ; /* Aqua-ish  INVISABLE */




   font-weight: 800 ;
   text-align: center ;
   background-color: #99ccff ; /* Aqua-ish */
   
 }


H4
   {
   font-size: 18pt ;
   color: #FF0000 ; /*Red */
   font-weight: 800 ;
 }

H5
   {
   font-size: 14pt ;
   color: #000000 ; /*Black */
   font-weight: 800 ;
 }

H6
   {
   font-size: 16pt ;
   color: #254117 ; /*Green-ish */
   font-weight: 800 ;
 }


EM
   {
   font-size: 12pt ;
   font-style: sans-serif ;
   font-weight: 800 ;
   color: #FF0000 ; /*Red*/
 }



ul.delivery
   {
    font-size: 12pt ;
 }


ul.red
   {
    color: Red ;
    font-size: 12pt ;
 }


.table
  {
  width: 98% ;
  text-align: center  ;
  font-family: arial ;
  font-size: 12pt ;
  font-weight: 100 ;
  color: BLACK ;
  background-color: #AAAAAA ; /*gray-ish*/
 }


.table2
  {
  width: 98% ;
  text-align: left  ;
  font-family: arial ;
  font-size: 12pt ;
  font-weight: 100 ;
  color: BLACK ;
  background-color: #AAAABB ; /*gray-ish*/
 }


div.TopThird
 {
   background-color: #99ccff ;
 }
	
div.MiddleThird
 {
   background-color: #99ccdd;
 }
	
div.BottomThird
 {
   background-color: #99ccaa;
 }
	
TR
 {
  font-size: 12pt ;
 }



TH
 {
  font-weight: bold ;
  color: Black ;
 }



TD
 {
  font-weight: light ;
  color: Black ;
 }



strong
 {
  font-weight: bold ;
 }

I
 {
  color: #AAAAAA ; /*gray-ish (Invisible)*/
 }
