body   {   background-color: gold;   background-image: url("images/xx.jpg");   
           font-size: 11pt;        font-family: arial, sans-serif;
           margin-top: 0px;     margin-bottom: 0px;
           margin-right: 0px;     margin-left: 0px;       }

p      {   font-family: arial, sans-serif;   font-size: 11pt;	   color: #000000;     }
p.sm   {   font-size: 9pt;	   color: #000000;      }
b.sm   {   font-size: 9pt;	   color: #006000;      }
i.sm   {   font-size: 9pt;	   color: #006000;   font-style: normal;   }
b.h    {   font-size: 10pt;	   color: #ffffcc;      font-weight: normal;   }
p.smr   {  font-size: 9pt;	   color: #ff0000;      }

p.red  {   color: #ff0000;    }

h1     {   font-family: times new roman, serif;
           font-size: 26pt;         font-style: italic;
           text-align: center;      color: gold;
	   font-weight: bold;       padding-top: 0px;    padding-bottom: 1px;  /* area of background */
           margin-bottom: 0px;      margin-top: 1px;/* space outside padding */   }

h2     {   font-family: trebuchet ms, serif, verdana;     font-style: italic;
           font-size: 15pt; 	   color: #ffffcc; 
           padding-top: 0px;   padding-bottom: 1px;       margin-top: 0px;   margin-bottom: 6px;        }

h3     {   font-family: tahoma, arial, sans-serif;    font-size: 17px;	   color: #000000;    
           padding-top: 1px;    padding-bottom: 0px;  /* area of background */
           margin: 2px;      }
h3.a   {   color: #cccccc;   }

h4     {   font-family: tahoma, arial, sans-serif;    font-size: 20px;   color: #006000;    
           padding-top: 1px;    padding-bottom: 0px;    margin: 2px;      }

b      {   font-family: arial, sans-serif;
	   font-size: 11pt;	   color: #400000;     font-weight: bold;       }
i      {   font-family: arial, sans-serif;
           font-style: italic;     font-size: 11pt;    }
p i    {   color: #006633;    }     /*  only <i> within <p> will be grn  */

ul     {   padding-top: 1px;   padding-bottom: 2px;       margin-top: 1px;   margin-bottom: 2px;   } 
li     {   font-family: arial, sans-serif;   font-size: 10pt;   color: #990000;   /* dk red */  }
td     {   font-family: arial, sans-serif;
	   font-size: 11pt;       color: #cccccc;          }
a:link  {  color: #ffff99;
	   font-family: arial;
           font-size: 12pt;
           font-weight: bold;
           text-decoration: none;     }
a:hover {  color: #ffffff;
	   font-family: arial;
           font-size: 12pt;
           font-weight: bold;
           text-decoration: underline;    }
a:visited  { color: #ffff99;  font-family: arial;   font-size: 12pt;   font-weight: bold;
           text-decoration: none;       }

a.b:link  {  color: #ff0000; font-weight: normal;  text-decoration: underline;  font-size: 11pt; }
a.b:hover {  color: #cc0000; font-weight: normal;  text-decoration: underline;  font-size: 11pt; }
a.b:visited  { color: #ff0000; font-weight: normal; text-decoration: underline; font-size: 11pt; }

a.a:link  {  color: #ffff99;
	   font-family: arial;
           font-size: 8pt;
           font-weight: normal;
           text-decoration: none;     }
a.a:hover {  color: #ffffff;
	   font-family: arial;
           font-size: 8pt;
           font-weight: normal;
           text-decoration: underline;    }
a.a:visited  { color: #ffff99;
	   font-family: arial;
           font-size: 8pt;
           font-weight: normal;
           text-decoration: none;       }

img       {border-width: 0px;      border-color: #ff0000;  }
img.a {   border-width: 2px;  border-color: ff0000; border-style: solid;  padding: 0px;   }

hr    { color: #000000;  height: 4px;      }

