@font-face
{
   font-family: "Five Years Later";
   font-display: swap;
   src: url('FiveYearsLater.ttf') format('truetype');
}
@font-face
{
   font-family: "LCD5x8H";
   font-display: swap;
   src: url('LCD5x8HRU.ttf') format('truetype');
}
@font-face
{
   font-family: "Tilda Sans VF";
   font-display: swap;
   src: url('TildaSans-VF.woff2') format('woff2'),
        url('TildaSans-VF.woff') format('woff'),
        url('TildaSans-VF.ttf') format('truetype');
}
@font-face
{
   font-family: "Tilda Sans VF Semibold";
   font-display: swap;
   src: url('TildaSans-VF.woff2') format('woff2'),
        url('TildaSans-VF.woff') format('woff'),
        url('TildaSans-VF.ttf') format('truetype');
}
@font-face
{
   font-family: "Tilda Sans VF Medium";
   font-display: swap;
   src: url('TildaSans-VF.woff2') format('woff2'),
        url('TildaSans-VF.woff') format('woff'),
        url('TildaSans-VF.ttf') format('truetype');
}
@font-face
{
   font-family: "Tilda Sans VF Light";
   font-display: swap;
   src: url('TildaSans-VF.woff2') format('woff2'),
        url('TildaSans-VF.woff') format('woff'),
        url('TildaSans-VF.ttf') format('truetype');
}
@keyframes animate-fade-in-down
{
   0% { transform: translate(0px,-100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-left
{
   0% { transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-right
{
   0% { transform: translate(100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-flash
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes flip-in
{
   0% { transform: perspective(400px) rotateX(90deg) scale3d(1.2,1.2,1.2) ; opacity: 0;  }
   50% { transform: perspective(400px) rotateX(-20deg) scale3d(1.0,1.0,1.0) ; opacity: 1;  }
   100% { transform: perspective(400px) rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@keyframes focus-in
{
   0% { filter: blur(20px); opacity: 0.0;  }
   100% { opacity: 1.0; filter: blur(0);  }
}
@keyframes hole-in
{
   0% { transform: rotate(180deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
@keyframes transform-bounce-in
{
   0% { transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
   50% { transform: rotate(0deg) scale(1.05,1.05) ; opacity: 1;  }
   70% { transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-peek
{
   0% { transform: rotate(0deg) ;  }
   50% { transform: rotate(10deg) scale(1.2,1.2) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
a.black-whit
{
   color: #4169E1;
   text-decoration: underline;
}
a.black-whit:visited
{
   color: #000000;
   text-decoration: underline;
}
a.black-whit:active
{
   color: #000000;
   text-decoration: underline;
}
a.black-whit:hover
{
   color: #FFFFFF;
   background: #000000;
   text-decoration: underline;
}
a.black-whit_copy
{
   color: #4F4F4F;
   text-decoration: none;
}
a.black-whit_copy:visited
{
   color: #4F4F4F;
   text-decoration: none;
}
a.black-whit_copy:active
{
   color: #4F4F4F;
   text-decoration: none;
}
a.black-whit_copy:hover
{
   color: #FFFFFF;
   background: #4F4F4F;
   text-decoration: none;
}
a.black-red
{
   color: #4F4F4F;
   text-decoration: none;
}
a.black-red:visited
{
   color: #4F4F4F;
   text-decoration: none;
}
a.black-red:active
{
   color: #4F4F4F;
   text-decoration: none;
}
a.black-red:hover
{
   color: #DC143C;
   text-decoration: none;
}
a.gray-red
{
   color: #8F99C1;
   text-decoration: underline;
}
a.gray-red:visited
{
   color: #8F99C1;
   text-decoration: underline;
}
a.gray-red:active
{
   color: #FF0000;
   text-decoration: none;
}
a.gray-red:hover
{
   color: #FF0000;
   text-decoration: none;
}
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;
}
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;
}
h3, .h3
{
   font-family: Arial;
   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;
}
h4, .h4
{
   font-family: Arial;
   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;
}
h5, .h5
{
   font-family: Arial;
   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;
}
h6, .h6
{
   font-family: Arial;
   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;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000080;
   --color: #000080;
   background-color: transparent;
}
