body   {   background-image: url("image/teal.jpg");
           background-color: #008080;
           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: 20pt;
           font-style: italic;
           text-align: center;
	   color: #ffcc00;      /* g */        
	   font-weight: bold;        }
h2     {   font-family: helvetica, verdana, arial;
           font-size: 16pt;
	   color: #cccccc;    /* gry */              }
h3     {   font-family: georgia, times new roman, arial;      font-size: 18pt;    color: #ffffcc;   /* orang */  
           margin-top: 2px;    margin-bottom: 6px;    padding: 2px;             }
b      {   font-family: arial, sans-serif;
	   font-size: 11pt;
	   color: #ccffcc;    /* lt grn */        
           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: #ff6600;      /* org */        
	   font-family: arial;
           font-size: 11pt;
           font-weight: bold;
           text-decoration: underline;    }
a:visited  {
	   color: #ffcc00;      /* e */        
	   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: #ff6600;      /* red */        
	   font-family: arial;
           font-size: 11pt;
           font-weight: normal;
           text-decoration: underline;    }
a.n:visited  {
	   color: #ffcc00;      /* orange */        
	   font-family: arial;
           font-size: 11pt;
           font-weight: normal;
           text-decoration: none;       }

