a.style1
{
   color: #0000FF;
   background: #C0C0C0;
   text-decoration: underline;
}
a.style1:visited
{
   color: #800080;
   background: #C0C0C0;
   text-decoration: underline;
}
a.style1:active
{
   color: #FF0000;
   background: #C0C0C0;
   text-decoration: underline;
}
a.style1:hover
{
   color: #0000FF;
   background: #D3D3D3;
   text-decoration: underline;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
.F11
{
   text-decoration: none;
   background-color: transparent;
   border: 1px solid #FFFFFF;
   --border-color: #FFFFFF;
}
.As_Colour
{
   font-family: Arial;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: #FFFFE0;
   --background-color: rgba(255,255,224,1.00);
   border-radius: 4px;
   padding: 4px 4px 4px 4px;
}
.YellowBox
{
   text-decoration: none;
   background-color: #FFFFE0;
   --background-color: rgba(255,255,224,1.00);
   box-sizing: border-box;
   line-height: 16px;
   margin: 0;
   border: 1px solid #DDDDDD;
   border-radius: 4px;
   background-color: #FFFF00;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
.BlueBox
{
   text-decoration: none;
   background-color: #E0FFFF;
   --background-color: rgba(224,255,255,1.00);
   box-sizing: border-box;
   line-height: 16px;
   margin: 0;
   border: 1px solid #DDDDDD;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
.demo-banner
{
   text-decoration: none;
   background-color: transparent;
   .demo-banner {
    background: rgba(255, 204, 51, 0.12);
   border: 1px solid rgba(255, 204, 51, 0.35);
   color: #ffe89a;
   padding: 10px 14px;
   border-radius: 10px;
   font-size: 0.95rem;
   margin-bottom: 16px;
   box-shadow: 0 4px 12px rgba(0,0,0,0.25);
   }
  .demo-banner strong {
    color: #ffcc33;
   }
  .demo-banner em {
    color: #ffcc33;
   font-style: normal;
   font-weight: 600;
   };
}
