a.style1
{
   color: #696969;
   font-weight: bold;
   text-decoration: none;
   transition: all 300ms ease-in;
   position: relative;
   display: inline-block;
}
a.style1::after,
a.style1::before
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 2px;
   background: #8B008B;
   opacity: 0;
   transition: all 300ms ease-in;
}
a.style1::before
{
   top: -2px;
   transform: translateY(-10px);
}
a.style1::after
{
   bottom: -2px;
   transform: translateY(10px);
}
a.style1:hover::after,
a.style1:hover::before
{
   background: #8B008B;
   opacity: 1;
   transform: translateY(0px);
}
a.style1:visited
{
   color: #696969;
   font-weight: bold;
   text-decoration: none;
}
a.style1:active
{
   color: #3CB371;
   text-decoration: none;
}
a.style1:hover
{
   color: #8B008B;
   text-decoration: none;
}
a.style2
{
   color: #000000;
   text-decoration: none;
   transition: all 2ms ease-in;
   position: relative;
   display: inline-block;
}
a.style2::after,
a.style2::before
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 2px;
   background: #0000FF;
   opacity: 0;
   transition: all 2ms ease-in;
}
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: #0000FF;
   opacity: 1;
   transform: translateY(0px);
}
a.style2:visited
{
   color: #800080;
   text-decoration: none;
}
a.style2:active
{
   color: #FF0000;
   text-decoration: none;
}
a.style2:hover
{
   color: #0000FF;
   text-decoration: none;
}
a.style_3
{
   color: #6B0080;
   text-decoration: none;
   transition: all 2ms ease-in;
   position: relative;
   display: inline-block;
}
a.style_3::after,
a.style_3::before
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 3px;
   background: #4EC000;
   opacity: 0;
   transition: all 2ms ease-in;
}
a.style_3::before
{
   top: -3px;
   transform: translateY(-10px);
}
a.style_3::after
{
   bottom: -3px;
   transform: translateY(10px);
}
a.style_3:hover::after,
a.style_3:hover::before
{
   background: #4EC000;
   opacity: 1;
   transform: translateY(0px);
}
a.style_3:visited
{
   color: #800080;
   text-decoration: none;
}
a.style_3:active
{
   color: #4EC000;
   text-decoration: none;
}
a.style_3:hover
{
   color: #4EC000;
   text-decoration: none;
}
a.style_4_copy
{
   color: #6B0080;
   text-decoration: none;
   transition: all 2ms ease-in;
   position: relative;
   display: inline-block;
}
a.style_4_copy::after,
a.style_4_copy::before
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 3px;
   background: #00008B;
   opacity: 0;
   transition: all 2ms ease-in;
}
a.style_4_copy::before
{
   top: -3px;
   transform: translateY(-10px);
}
a.style_4_copy::after
{
   bottom: -3px;
   transform: translateY(10px);
}
a.style_4_copy:hover::after,
a.style_4_copy:hover::before
{
   background: #00008B;
   opacity: 1;
   transform: translateY(0px);
}
a.style_4_copy:visited
{
   color: #800080;
   text-decoration: none;
}
a.style_4_copy:active
{
   color: #00008B;
   text-decoration: none;
}
a.style_4_copy:hover
{
   color: #00008B;
   text-decoration: none;
}
a.style1_copy
{
   color: #59371C;
   font-weight: bold;
   text-decoration: none;
   transition: all 300ms ease-in;
   position: relative;
   display: inline-block;
}
a.style1_copy::after,
a.style1_copy::before
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 2px;
   background: #B2784A;
   opacity: 0;
   transition: all 300ms ease-in;
}
a.style1_copy::before
{
   top: -2px;
   transform: translateY(-10px);
}
a.style1_copy::after
{
   bottom: -2px;
   transform: translateY(10px);
}
a.style1_copy:hover::after,
a.style1_copy:hover::before
{
   background: #B2784A;
   opacity: 1;
   transform: translateY(0px);
}
a.style1_copy:visited
{
   color: #59371C;
   font-weight: bold;
   text-decoration: none;
}
a.style1_copy:active
{
   color: #59371C;
   text-decoration: none;
}
a.style1_copy:hover
{
   color: #B2784A;
   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;
}
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;
}
h3, .h3
{
   font-family: Arial;
   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;
}
h4, .h4
{
   font-family: Arial;
   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-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-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: #000080;
   --color: #000080;
   background-color: transparent;
}
@media only screen and (min-width: 960px) and (max-width: 1401px)
{
}
@media only screen and (min-width: 768px) and (max-width: 959px)
{
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
}
@media only screen and (max-width: 479px)
{
}
