@charset "iso-8859-1";
BODY { color: white);
       background-image: url("/images/glaxo.gif");
       background-attachment: fixed;
       color: #000000;
       margin-left: 0px;
       margin-right: 0px;
       margin-top: 0px
     }

A:link    { color: Blue }        /* unvisited links */
A:visited { color: Red }         /* visited links */
A:active  { color: Green }       /* active links */

H1   { font: 24pt Comic Sans MS bold;
       color: #4D0000 ;
       text-align: center;
       line-height: 1;
     }

H2   { font: 16pt Comic Sans MS bold;
       color: #4D0000 ;
       text-align: center;
       line-height: 1;
     }

B    { font: Comic Sans MS bold;
       font-size: 125%
     }

P    { font: 14pt Comic Sans MS;
       color: #000022;
       text-align: justify;
       line-height: 1
     }

em    { font: 10px Verdana, Arial, Helvetica;
       color: #000022;
       text-align: justify;
       line-height: 1;
	   font-style: italic
     }

#BIGCHAR { font-size: 200%;
           text-weight: extra-bold;
           color: red
         }

HR   { color: red;
       align: justify
     }