a.style1
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
   transition: all 300ms ease;
   position: relative;
   display: inline-block;
}
a.style1::after
{
   background: transparent;
   content: "";
   display: block;
   margin: auto;
   height: 2px;
   width: 0;
   margin-top: 2px;
   transition: all 300ms ease;
}
a.style1:hover::after
{
   background: #FFD700;
   width: 100%;
}
a.style1:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style1:active
{
   color: #FF0000;
   text-decoration: none;
}
a.style1:hover
{
   color: #FFD700;
   text-decoration: none;
}
a.style2
{
   color: #FF0000;
   font-weight: bold;
   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: #191970;
   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: #191970;
   opacity: 1;
   transform: translateY(0px);
}
a.style2:visited
{
   color: #800000;
   text-decoration: none;
}
a.style2:active
{
   color: #191970;
   text-decoration: none;
}
a.style2:hover
{
   color: #191970;
   text-decoration: none;
}
a.style3
{
   color: #FFFFFF;
   background: #000000;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 0px 0px 3px rgba(0,0,0,1.00);
}
a.style3:visited
{
   color: #F5F5F5;
   background: #000000;
   text-decoration: underline;
}
a.style3:active
{
   color: #C71585;
   background: #FFFFFF;
   text-decoration: underline;
}
a.style3:hover
{
   color: #FFA500;
   background: #FFFFFF;
   text-decoration: underline;
}
a.style4
{
   color: #FFFFFF;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.style4::after,
a.style4::before
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 2px;
   background: #FFD700;
   opacity: 0;
   transition: all 300ms linear;
}
a.style4::before
{
   top: -2px;
   transform: translateY(-10px);
}
a.style4::after
{
   bottom: -2px;
   transform: translateY(10px);
}
a.style4:hover::after,
a.style4:hover::before
{
   background: #FFD700;
   opacity: 1;
   transform: translateY(0px);
}
a.style4:visited
{
   color: #DCDCDC;
   text-decoration: none;
}
a.style4:active
{
   color: #FF0000;
   text-decoration: none;
}
a.style4:hover
{
   color: #FFD700;
   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;
}
