@keyframes animate-border-fade
{
   0% { box-shadow: inset 0 0 0 0px #e1e1e1, 0 0 1px transparent;  }
   100% { box-shadow: inset 0 0 0 4px #FF0000, 0 0 1px transparent;  }
}
@keyframes animate-box-shadow
{
   0% { box-shadow: 0px 0px 5px #FF0000;  }
   50% { box-shadow: 0px 0px 15px 15px #FF0000;  }
   100% { box-shadow: 0px 0px 5px #FF0000;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-neon-text-shadow
{
   0% { text-shadow: 0 0 5px #fff, 0 0 0px #fff, 0 0 5px #fff, 0 0 5px #49ff18, 0 0 5px #49ff18, 0 0 5px #49ff18, 0 0 5px #49ff18, 0 0 5px #49ff18;  }
   50% { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #49ff18, 0 0 30px #49ff18, 0 0 40px #49ff18, 0 0 55px #49ff18, 0 0 75px #49ff18;  }
   100% { text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #49ff18, 0 0 5px #49ff18, 0 0 5px #49ff18, 0 0 5px #49ff18, 0 0 5px #49ff18;  }
}
@keyframes animate-rotate-in-left
{
   0% { transform: translate(-1000px,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   100% { transform: translate(0px,0px) rotate(360deg) ;  }
}
@keyframes transform-scale-in
{
   0% { opacity: 0; transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-align: center;
   text-decoration: none;
   color: #FFFF00;
   --color: #FFFF00;
   background-color: #2E8B57;
   --background-color: rgba(46,139,87,1.00);
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: "Arial Black";
   font-weight: bold;
   font-size: 24px;
   text-align: center;
   text-decoration: underline;
   color: #2E8B57;
   --color: #2E8B57;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   border-radius: 2px;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   box-shadow: 1px 1px 1px #000000;
   display: inline;
}
h3, .h3
{
   font-family: "Arial Black";
   font-weight: bold;
   font-size: 21px;
   text-align: center;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: #FFFF00;
   --background-color: rgba(255,255,0,1.00);
   border-radius: 3px;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   box-shadow: 2px 2px 2px #000000;
   text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   display: inline;
}
h4, .h4
{
   font-family: "Arial Black";
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-align: center;
   text-decoration: underline;
   color: #FFFF00;
   --color: #FFFF00;
   background-color: #DC143C;
   --background-color: rgba(220,20,60,1.00);
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   box-shadow: 1px 1px 1px #000000;
   text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
   display: inline;
}
h5, .h5
{
   font-family: "Arial Black";
   font-weight: bold;
   font-size: 19px;
   font-style: italic;
   text-align: center;
   text-decoration: underline;
   color: #000000;
   --color: #000000;
   background-color: #00FA9A;
   --background-color: rgba(0,250,154,1.00);
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   box-shadow: 1px 1px 1px #000000;
   text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
   display: inline;
}
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;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
