a.Link_default
{
   color: #00BFFF;
   text-decoration: none;
   text-shadow: 0px 0px 10px rgba(245,255,250,1.00);
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.Link_default::after
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   width: 100%;
   left: 0;
   height: 2px;
   background: #0000FF;
   opacity: 0;
   transform: translateY(10px);
   margin-top: 2px;
   transition: all 300ms linear;
}
a.Link_default:hover::after
{
   background: #0000FF;
   opacity: 1;
   transform: translateY(0px);
}
a.Link_default:visited
{
   color: #800080;
   text-decoration: none;
}
a.Link_default:active
{
   color: #FF0000;
   text-decoration: none;
}
a.Link_default:hover
{
   color: #0000FF;
   text-decoration: none;
}
a.link_visited
{
   color: #1E90FF;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.link_visited::after
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   width: 100%;
   left: 0;
   height: 2px;
   background: #0000FF;
   opacity: 0;
   transform: translateY(10px);
   margin-top: 2px;
   transition: all 300ms linear;
}
a.link_visited:hover::after
{
   background: #0000FF;
   opacity: 1;
   transform: translateY(0px);
}
a.link_visited:visited
{
   color: #1E90FF;
   text-decoration: none;
   text-shadow: 0px 0px 10px rgba(255,255,255,1.00);
}
a.link_visited:active
{
   color: #FF0000;
   text-decoration: none;
}
a.link_visited:hover
{
   color: #0000FF;
   text-decoration: none;
}
a.link_active
{
   color: #1E90FF;
   text-decoration: underline;
}
a.link_active:visited
{
   color: #800080;
   text-decoration: underline;
}
a.link_active:active
{
   color: #1E90FF;
   text-decoration: none;
   text-shadow: 0px 0px 10px rgba(255,255,255,1.00);
}
a.link_active:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.link_hoover
{
   color: #1E90FF;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.link_hoover::after
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   width: 100%;
   left: 0;
   height: 2px;
   background: #1E90FF;
   opacity: 0;
   transform: translateY(10px);
   margin-top: 2px;
   transition: all 300ms linear;
}
a.link_hoover:hover::after
{
   background: #1E90FF;
   opacity: 1;
   transform: translateY(0px);
}
a.link_hoover:visited
{
   color: #800080;
   text-decoration: none;
}
a.link_hoover:active
{
   color: #FF0000;
   text-decoration: none;
}
a.link_hoover:hover
{
   color: #1E90FF;
   text-decoration: none;
   text-shadow: 0px 0px 10px rgba(255,255,255,1.00);
}
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;
}
