body   {   background-image: url("image/back.jpg");           background-color: #000033;           font-size: 11pt;
           font-family: arial, sans-serif;           margin-right: 40px;           margin-left: 40px;
           scrollbar-3d-light-color:#6600cc;
           scrollbar-arrow-color:#330000;
           scrollbar-base-color:#6600cc;
           scrollbar-dark-shadow-color:#6600cc;
           scrollbar-face-color:#0099cc;         /* bar */
           scrollbar-highlight-color:#ccccff;    /* background */
           scrollbar-shadow-color:#6600cc;      }
p      {   font-family: arial, sans-serif;	   font-size: 11pt;      color: #ffffff;   /* wht */        }

p.red      {   font-family: arial, sans-serif;	   font-size: 11pt;	   color: #99ffff;   /* lt blu */        }

p.1    {   font-family: arial, sans-serif;	   font-size: 11pt;	   text-align: justify;   color: #ffcccc;   /* pink */   }

h1     {   font-family: tahoma, arial, sans-serif;           font-size: 22pt;           font-style: italic;
           text-align: center;	   color: #ffcc06;      /* yellow */   	   font-weight: bold;        }

h2     {   font-family: helvetica, verdana, arial;           font-size: 16pt;	   color: #ffcc66;    /* orange */    }
h3     {   font-family: trebuchet ms,helvetica,arial;           font-size: 24px;	   color: #ffff99;   /* yellow */  
                      margin-top: 2px;    margin-bottom: 8px;    padding: 2px;     }

b      {   font-family: arial, sans-serif;	   font-size: 11pt;	   color: #ffffff;    /* wht */    font-weight: bold;    }

i      {   font-family: tahoma, arial, sans-serif;           font-style: italic;           font-size: 11pt;
	   color: #ffffcc;    /* cream */     }
li     {   font-family: tahoma, arial, sans-serif;	   font-size: 11pt;
	   text-align: justify;	   color: #ccffpp;    /* green */  }
li.s     { font-family: arial, sans-serif;	   font-size: 10pt;	   text-align: left;	   color: #006600;    /* green */  }

td     {   font-family: arial, sans-serif;
	   font-size: 11pt;
	   color: #ffff99;          }
a:link  {  color: #ffff00;      /* yellow */        
	   font-family: arial;
           font-size: 11pt;
           font-weight: bold;
           text-decoration: none;     }
a:hover {  color: #ff0000;      /* red */        
	   font-family: arial;
           font-size: 11pt;
           font-weight: bold;
           text-decoration: underline;    }
a:visited  {
	   color: #ffcc66;      /* orange */        
	   font-family: arial;
           font-size: 11pt;
           font-weight: bold;
           text-decoration: none;       }

a.n:link  {  color: #ffff00;      /* yellow */        
	   font-family: arial;
           font-size: 11pt;
           font-weight: normal;
           text-decoration: none;     }
a.n:hover {  color: #ff0000;      /* red */        
	   font-family: arial;
           font-size: 11pt;
           font-weight: normal;
           text-decoration: underline;    }
a.n:visited  {
	   color: #ffcc66;      /* orange */        
	   font-family: arial;
           font-size: 11pt;
           font-weight: normal;
           text-decoration: none;       }

