/* this is the style sheet document  */

/* text color and background color  */
/* body {color: teal;
      background: "FFFFCC";
      }  */
body {font-size: 10pt;
    }
table {font-size: 10pt;}

/* links colors  */
a {text-decoration: none;}
/* a:link {color:maroon;}
a:visited {color:green;}
a:active {color:black;} */


/* end   */