@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,400;0,600;1,400;1,600&display=swap');

body {
    font-size: 80%;
    color: rgb(var(--gTextColor));
  font-family: 'Azeret Mono', sans-serif;
    padding-bottom: 1em;
    background: rgb(var(--gBgColor)) var(--gBgImage) no-repeat 0px 0px fixed;
      color: blue !important;
  background-color:  #FFFFCC;
color: black!important;
}

table.statement td, table.statement th {
	border: 1pt solid #666666;
	padding: 3pt;
	vertical-align: top;
}

table.statement thead th {
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
color: red!important;
}