body   {   background-image: url("image/teal.jpg");           background-color: #008080;           font-size: 11pt;
           font-family: arial, sans-serif;                    margin-top: 10px;   margin-bottom: 6px;        }
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:visited  {
	   color: #ffcc00;      /* e */            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.n:link  {  color: #ffff00;      /* yellow */      	   font-family: arial;           font-size: 11pt;      font-weight: normal;
           text-decoration: none;     }
a.n:visited  {	   color: #ffcc00;      /* orange */   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.b:link  {  color: #cc99cc;     font-size: 13px;           font-weight: normal;           text-decoration: none;     }
a.b:visited  {	 color: #cc99cc;    font-size: 13px;        font-weight: normal;           text-decoration: none;       }
a.b:hover {  color: #ccffff;        font-size: 13px;        font-weight: normal;           text-decoration: underline;    }
