a
{
   color: #FFFF00;
   text-decoration: none;
}
a:visited
{
   color: #800000;
}
a:active
{
   color: #0000FF;
}
a:hover
{
   color: #0000FF;
   text-decoration: none;
}
a.link-style
{
   color: #FFFF00;
   background: #000000;
   font-weight: bold;
   text-decoration: none;
   -webkit-transition: all 301ms linear;
   -moz-transition: all 301ms linear;
   transition: all 301ms linear;
   position: relative;
   display: inline-block;
}
a.link-style::after
{
   background: transparent;
   content: "•";
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
   color: transparent;
   font-size: 1.2em;
   text-shadow: 0 0 transparent;
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   transform: translateX(-50%);
   margin-top: 3px;
   -webkit-transition: all 301ms linear;
   -moz-transition: all 301ms linear;
   transition: all 301ms linear;
}
a.link-style:hover::after
{
   color: #0000FF;
   text-shadow: 10px 0 #0000FF, -10px 0 #0000FF;
}
a.link-style:visited
{
   color: #800000;
   background: #000000;
   font-weight: bold;
   text-decoration: none;
}
a.link-style:active
{
   color: #FF0000;
   background: #000000;
   font-weight: bold;
   text-decoration: none;
}
a.link-style:hover
{
   color: #0000FF;
   background: #000000;
   font-weight: bold;
   text-decoration: none;
}
a.type
{
   color: #0000FF;
   text-decoration: underline;
}
a.type:visited
{
   color: #800080;
   text-decoration: underline;
}
a.type:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.type:hover
{
   color: #0000FF;
   text-decoration: underline;
}
h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3
{
   font-family: Arial;
   font-weight: normal;
   font-size: 24px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4
{
   font-family: Arial;
   font-weight: normal;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5
{
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6
{
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #000080;
   background-color: transparent;
}
