a.style2
{
   color: #0000FF;
   text-decoration: underline;
}
a.style2:visited
{
   color: #800080;
   text-decoration: underline;
}
a.style2:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.style2:hover
{
   color: #87CEFA;
   text-decoration: underline;
}
a.style1
{
   color: #0000FF;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.style1::after
{
   background: transparent;
   content: "";
   display: block;
   height: 0;
   width: 100%;
   margin-top: 0px;
   transition: all 300ms linear;
}
a.style1:hover::after
{
   background: #2E8B57;
   height: 0px;
}
a.style1:visited
{
   color: #800080;
   text-decoration: none;
}
a.style1:active
{
   color: #FF0000;
   text-decoration: none;
}
a.style1:hover
{
   color: #2E8B57;
   text-decoration: none;
}
.style1
{
   font-family: "Comic Sans MS";
   font-weight: normal;
   font-size: 19px;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   border: 1px solid #000080;
   --border-color: #000080;
   border-radius: 1px;
}
h1, .h1
{
   font-family: "Comic Sans MS";
   font-weight: bold;
   font-size: 32px;
   font-style: normal;
   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;
}
.style2
{
   text-decoration: none;
   background-color: transparent;
}
