body {
  background-color:#ffffff;
  color:black;
}

p {
  background:#ffffff;
  color:black;
  text-indent: 20pt;
  margin:0px;
}

h1,h2,h3 {
  background:#ffffff;
  color:navy;
  text-align:center;
  margin:0px;
}

h4 {
  background:#ffffff;
  color:black;
  text-align:center;
  margin:0px;
}

hr {
  padding:1px;
  margin:2px;
  color:blue;
  background-color:navy;
  border:none;
}


li {
  background:#ffffff;
  color:black;
  list-style-position:inside;
}

A:visited {
  background:#ffffff;
  color: #333399;
}

A:hover {
  background:#ffffff;
  color: #ff6600;
}


.left {
  text-align:left;
}

.lefta {
  float:left;
  left:90px;
  position:relative;
  width:auto;
}

.right {
  text-align:right;
}

.center {
  text-align:center;
}

.clear {
  clear:both;
}

window.clarity('consentv2',{
   ad_storage: "granted | denied", 
   analytics_storage: "granted | denied" 
});