@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-flash
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-scroll-y
{
   0% { bottom: 100%; margin-top: -200%;  }
   100% { margin-top: 100%;  }
}
a.home_oage
{
   color: #A52A2A;
   text-decoration: underline;
}
a.home_oage:visited
{
   color: #800080;
   text-decoration: underline;
}
a.home_oage:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.home_oage:hover
{
   color: #FFFF00;
   text-decoration: underline;
}
a.comparisons_button
{
   color: #FFFF00;
   background: #006400;
   font-weight: bold;
   text-decoration: none;
}
a.comparisons_button:visited
{
   color: #FFFACD;
   background: #006400;
   text-decoration: underline;
}
a.comparisons_button:active
{
   color: #FFFF00;
   background: #006400;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
}
a.comparisons_button:hover
{
   color: #FFFFFF;
   background: #006400;
   font-style: italic;
   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-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;
}
.Standard
{
   font-family: Verdana;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
}
.mailer_user_details
{
   text-decoration: none;
   background-color: #E6E6FA;
   --background-color: rgba(230,230,250,1.00);
   background-clip: text;
}
