@keyframes animate-flash
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}
a.plain
{
   color: #0000FF;
   text-decoration: underline;
}
a.plain:visited
{
   color: #404040;
   text-decoration: underline;
}
a.plain:active
{
   color: #404040;
   text-decoration: underline;
}
a.plain:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.blk
{
   color: #000000;
   text-decoration: underline;
}
a.blk:visited
{
   color: #000000;
   text-decoration: underline;
}
a.blk:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.blk:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.blk-plain
{
   color: #000000;
   text-decoration: none;
}
a.blk-plain:visited
{
   color: #000000;
   text-decoration: none;
}
a.blk-plain:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.blk-plain:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.white
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.white:visited
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.white:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.white:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.white-bg
{
   color: #FFFFFF;
   background: #191970;
   text-decoration: underline;
   text-shadow: 2px 2px 3px rgba(0,0,0,1.00);
}
a.white-bg:visited
{
   color: #FFFFFF;
   background: #191970;
   text-decoration: underline;
}
a.white-bg:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.white-bg:hover
{
   color: #0000FF;
   text-decoration: underline;
}
h1, .h1
{
   font-family: Tahoma;
   font-weight: bold;
   font-size: 53px;
   font-style: italic;
   text-decoration: none;
   color: #C0C0C0;
   --color: #C0C0C0;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: Verdana;
   font-weight: bold;
   font-size: 21px;
   font-style: normal;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   line-height: 50.43px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
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;
}
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;
}
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: Tahoma;
   font-weight: bold;
   font-size: 53px;
   text-decoration: none;
   color: #C0C0C0;
   --color: #C0C0C0;
   background-color: rgba(0,0,0,0.80);
   --background-color: rgba(0,0,0,0.80);
   padding: 10px 10px 10px 10px;
}
