H1 {
   font-family: Arial; 
   font-size: 22pt;
   font-weight: bold;
   font-style: italic;
   color: Purple;
}

H2 {
   font-family: Arial; 
   font-size: 20pt;
   font-weight: bold;
   color: Navy;
   background-color: Lavender;
}

H3 {
   font-family: Tahoma; 
   font-size: 11pt;
   font-weight: bold;
   font-style: italic;
   color: Navy;
   background-color: LavenderBlush;
}

H4 {
   font-family: Tahoma; 
   font-size: 10pt;
   font-weight: bold;
   color: Navy;
   background-color: Bisque;
}

P {
   font-family: Tahoma;
   font-size: 9pt;
   color: Black;
}

SMALL {
   font-family: Tahoma;
   font-size: 7pt;
   color: Black;
}

UL, OL {
   font-family: Tahoma;
   font-size: 9pt;
   color: Black;
}

TABLE,TR,TD  {
   font-family: Tahoma;
   font-size: 9pt;
   color: Black;
   border-color: silver;
   border-collapse: collapse;
   vertical-align:top
}

TR,TD  {
   font-family: Tahoma;
   font-size: 9pt;
}

TH  {
   font-family: Tahoma;
   font-size: 9pt;
   font-weight: bold;
   background-color: silver;
   color: Black;
}


PRE {
   font-family: Courier New; 
   font-size: 9pt;
   color: Black;
}

BODY {
   background-color: RGB(240,240,240);
}



