@-webkit-keyframes heartbeat-2 {
0% {
   -webkit-transform: rotate(0deg);
}
20% {
   -webkit-transform: rotate(0deg) scale(1.25,1.25);
}
40% {
   -webkit-transform: rotate(0deg) scale(1.0,1.0);
}
60% {
   -webkit-transform: rotate(0deg) scale(1.25,1.25);
}
80% {
   -webkit-transform: rotate(0deg) scale(1.0,1.0);
}
100% {
   -webkit-transform: rotate(0deg) scale(1.0,1.0);
}
}
@-moz-keyframes heartbeat-2 {
0% {
   -moz-transform: rotate(0deg);
}
20% {
   -moz-transform: rotate(0deg) scale(1.25,1.25);
}
40% {
   -moz-transform: rotate(0deg) scale(1.0,1.0);
}
60% {
   -moz-transform: rotate(0deg) scale(1.25,1.25);
}
80% {
   -moz-transform: rotate(0deg) scale(1.0,1.0);
}
100% {
   -moz-transform: rotate(0deg) scale(1.0,1.0);
}
}
@-o-keyframes heartbeat-2 {
0% {
   -o-transform: rotate(0deg);
}
20% {
   -o-transform: rotate(0deg) scale(1.25,1.25);
}
40% {
   -o-transform: rotate(0deg) scale(1.0,1.0);
}
60% {
   -o-transform: rotate(0deg) scale(1.25,1.25);
}
80% {
   -o-transform: rotate(0deg) scale(1.0,1.0);
}
100% {
   -o-transform: rotate(0deg) scale(1.0,1.0);
}
}
@-ms-keyframes heartbeat-2 {
0% {
   -ms-transform: rotate(0deg);
}
20% {
   -ms-transform: rotate(0deg) scale(1.25,1.25);
}
40% {
   -ms-transform: rotate(0deg) scale(1.0,1.0);
}
60% {
   -ms-transform: rotate(0deg) scale(1.25,1.25);
}
80% {
   -ms-transform: rotate(0deg) scale(1.0,1.0);
}
100% {
   -ms-transform: rotate(0deg) scale(1.0,1.0);
}
}
@keyframes heartbeat-2 {
0% {
   transform: rotate(0deg);
}
20% {
   transform: rotate(0deg) scale(1.25,1.25);
}
40% {
   transform: rotate(0deg) scale(1.0,1.0);
}
60% {
   transform: rotate(0deg) scale(1.25,1.25);
}
80% {
   transform: rotate(0deg) scale(1.0,1.0);
}
100% {
   transform: rotate(0deg) scale(1.0,1.0);
}
}
a {
   text-decoration: none;
   color: #FF0000;
}
a:visited {
   color: #800080;
}
a:hover {
   text-decoration: none;
   color: #0000FF;
}
h1,
.h1 {
   background-color: #000000;
   border-radius: 5px;
   border: 2px solid #32CD32;
   color: #32CD32;
   display: inline;
   font-size: 16px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: line-through;
   font-family: Georgia;
}
h2,
.h2 {
   background-color: transparent;
   color: #FF0000;
   display: inline;
   font-size: 16px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
   font-family: Georgia;
}
h3,
.h3 {
   background-color: transparent;
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0.00) 0%, #FFA500 25500%);
   border-radius: 4px;
   border: 2px solid #32CD32;
   color: #00BFFF;
   display: inline;
   font-size: 16px;
   font-style: italic;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
   font-family: "Comic Sans MS";
}
h4,
.h4 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-size: 21px;
   font-style: italic;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
   font-family: Arial;
}
h5,
.h5 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-size: 19px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
   font-family: Arial;
}
h6,
.h6 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-size: 16px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
   font-family: Arial;
}
.CustomStyle {
   background-color: transparent;
   border-radius: 2px;
   color: #32CD32;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   font-family: Georgia;
}
