@keyframes animate-background
{
   0% { background-color: #000000;  }
   100% { background-color: #FFFFFF;  }
}
a.styleCyanLink
{
   color: #48D1CC;
   font-weight: bold;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.styleCyanLink::after,
a.styleCyanLink::before
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 2px;
   background: #7FFFD4;
   opacity: 0;
   transition: all 300ms linear;
}
a.styleCyanLink::before
{
   top: -2px;
   transform: translateY(-10px);
}
a.styleCyanLink::after
{
   bottom: -2px;
   transform: translateY(10px);
}
a.styleCyanLink:hover::after,
a.styleCyanLink:hover::before
{
   background: #7FFFD4;
   opacity: 1;
   transform: translateY(0px);
}
a.styleCyanLink:visited
{
   color: #5F9EA0;
   text-decoration: none;
}
a.styleCyanLink:active
{
   color: #48D1CC;
   text-decoration: none;
}
a.styleCyanLink:hover
{
   color: #7FFFD4;
   text-decoration: none;
}
a.styleGreenLink
{
   color: #00FF00;
   font-weight: bold;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.styleGreenLink::after,
a.styleGreenLink::before
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 2px;
   background: #ADFF2F;
   opacity: 0;
   transition: all 300ms linear;
}
a.styleGreenLink::before
{
   top: -2px;
   transform: translateY(-10px);
}
a.styleGreenLink::after
{
   bottom: -2px;
   transform: translateY(10px);
}
a.styleGreenLink:hover::after,
a.styleGreenLink:hover::before
{
   background: #ADFF2F;
   opacity: 1;
   transform: translateY(0px);
}
a.styleGreenLink:visited
{
   color: #7CFC00;
   text-decoration: none;
}
a.styleGreenLink:active
{
   color: #7FFF00;
   text-decoration: none;
}
a.styleGreenLink:hover
{
   color: #ADFF2F;
   text-decoration: none;
}
a.style2
{
   color: #FFA500;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.style2::after,
a.style2::before
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 2px;
   background: #00FFFF;
   opacity: 0;
   transition: all 300ms linear;
}
a.style2::before
{
   top: -2px;
   transform: translateY(-10px);
}
a.style2::after
{
   bottom: -2px;
   transform: translateY(10px);
}
a.style2:hover::after,
a.style2:hover::before
{
   background: #00FFFF;
   opacity: 1;
   transform: translateY(0px);
}
a.style2:visited
{
   color: #FFA500;
   text-decoration: none;
}
a.style2:active
{
   color: #7FFFD4;
   text-decoration: none;
}
a.style2:hover
{
   color: #00FFFF;
   text-decoration: none;
}
a.style3
{
   color: #00FEFE;
   font-style: italic;
   text-decoration: none;
}
a.style3:visited
{
   color: #800080;
   text-decoration: underline;
}
a.style3:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.style3:hover
{
   color: #0000FF;
   text-decoration: none;
}
a.style4
{
   color: #00FEFE;
   text-decoration: underline;
}
a.style4:visited
{
   color: #00FEFE;
   text-decoration: underline;
}
a.style4:active
{
   color: #00FEFE;
   text-decoration: underline;
}
a.style4:hover
{
   color: #5F9EA0;
   text-decoration: underline;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #00FFFF;
   --color: #00FFFF;
   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;
}
.style1
{
   font-family: Calibri;
   font-size: 15px;
   text-decoration: none;
   color: #9370DB;
   --color: #9370DB;
   background-color: transparent;
}
.style2
{
   font-family: Calibri;
   font-size: 15px;
   text-decoration: none;
   color: #FF0000;
   --color: #FF0000;
   background-color: transparent;
}
.style3
{
   font-family: Calibri;
   font-size: 15px;
   text-decoration: none;
   color: #FF0000;
   --color: #FF0000;
   background-color: transparent;
}
.style4
{
   font-family: Calibri;
   font-weight: bold;
   font-size: 15px;
   text-decoration: none;
   color: #9370DB;
   --color: #9370DB;
   background-color: transparent;
   --color: #9370DB;
}
.style5
{
   font-family: Calibri;
   font-size: 17px;
   text-decoration: none;
   color: #9370DB;
   --color: #9370DB;
   background-color: transparent;
}
.style6
{
   font-family: Calibri;
   font-size: 15px;
   text-decoration: none;
   color: #20B2AA;
   --color: #20B2AA;
   background-color: transparent;
}
