body {
      background-color : #D097CB;
      color: black;
      font-size: 8pt; 
      font-family: Times, Arial,  Serif;
      font-style: normal;
      font-weight: 400;
     }


table {
   font-weight : 500; 
   font-size : 8pt; 
 }

th {
   font-weight : 600; 
   font-size : 9pt; 
   background-color : #A11096;
   }
td {
   font-weight : 550; 
   font-size : 8pt; 
   background-color : #D097CB;
   }

a:link, a:visited, a:active { text-decoration: underline;}
a:link    { color:indigo; font-weight: 500;  }
a:visited { color:indigo;font-weight: 500; }
a:active  { color: red; }
a:hover   {color: yellow}

.butstyle{background-color : #A11096;
          font-weight: 600;
          font-size : 8pt;
          color: #FBE14D;
          border-style: outset;
          border-color: magenta;} 