/* Verion 2.0  28/01/2022 css definition polices all html pages*/
@font-face {
	font-family: "SuperPolice";
	font-style: normal;
	font-weight: normal;
	src: url(../font/GeosansLight.ttf);}

#police0  { font: 12px/2 SuperPolice; margin: 0 0 30px 0; text-indent: 40px; }
#police1  { font: 18px/2 SuperPolice; margin: 0 0 30px 0; text-indent: 40px; }
#police1v  { font: 18px/2 SuperPolice; margin: 0 0 30px 0; text-indent: 40px; color:#719e6f; }
#police1vg { font: 18px/2 SuperPolice; font-weight: bold; margin: 0 0 30px 0; text-indent: 40px; color:#719e6f;}
#police1g  { font: 18px/2 SuperPolice; font-weight: bold; margin: 0 0 30px 0; text-indent: 40px; }
#police2v { font: 25px/2 SuperPolice; margin: 0 0 30px 0; text-indent: 40px; color:#719e6f;}
#police2vg { font: 25px/2 SuperPolice; font-weight: bold; margin: 0 0 30px 0; text-indent: 40px; color:#719e6f;}
#police2 { font: 25px/2 SuperPolice; margin: 0 0 30px 0; text-indent: 40px; }
#police3 { font: 35px/2 SuperPolice; margin: 0 0 30px 0; text-indent: 40px; }
#policei { font: 18px/2 SuperPolice; font-style: italic; margin: 0 0 30px 0; text-indent: 40px; }
#policeig { font: 18px/2 SuperPolice; font-style: italic; font-weight: bold; margin: 0 0 30px 0; text-indent: 40px; }
#policestg { font: 35px/2 SuperPolice; font-weight: bold; margin: 0 0 30px 0; text-indent: 40px; color:#719e6f;}


mark {
  background-color: lightpink;
  color: black;
}