@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in-left
{
   0% { transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes tin-down-in
{
   0% { opacity: 0; transform: translate(0px,900%) rotate(0deg) ;  }
   50% { transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ; opacity: 1;  }
   60% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   70% { transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   80% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   90% { transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ; opacity: 1;  }
}
@keyframes transform-fly-in
{
   0% { transform: translate(-100%,-100%) rotate(-180deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes transform-lightspeed-in
{
   0% { transform: translate(100%,0px) rotate(0deg) skewX(-30deg) ; opacity: 0;  }
   60% { transform: translate(-20%,0px) rotate(0deg) skewX(30deg) ; opacity: 1;  }
   80% { transform: translate(0px,0px) rotate(0deg) skewX(-15deg) ; opacity: 1;  }
   100% { transform: translate(0px,0px) rotate(0deg) skewX(0deg) ; opacity: 1;  }
}
@keyframes transform-roll-in
{
   0% { transform: translate(-100%,0px) rotate(-120deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes transform-rotate-in
{
   0% { transform-origin: center center; transform: rotate(-200deg) ; opacity: 0;  }
   100% { transform-origin: center center; transform: rotate(0deg) ; opacity: 1;  }
}
@keyframes transform-scale
{
   0% { transform: rotate(0deg) ;  }
   100% { transform: rotate(0deg) scale(2.0,2.0) ;  }
}
@keyframes transform-scale-in
{
   0% { opacity: 0; transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes twister-down-in
{
   0% { transform: translate(0px,-200%) rotate(360deg) scale(0,0) ; transform-origin: 0 100%; opacity: 0;  }
   30% { transform: translate(0px,-200%) rotate(360deg) scale(0,0) ; transform-origin: 0 100%;  }
   100% { transform: translate(0px,0px) rotate(0deg) scale(1,1) ; transform-origin: 100% 100%; opacity: 1;  }
}
@keyframes vanish-in
{
   0% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
a.footer
{
   color: #656565;
   background: #262626;
   text-decoration: none;
}
a.footer:visited
{
   color: #656565;
   background: #262626;
   text-decoration: none;
}
a.footer:active
{
   color: #656565;
   background: #262626;
   text-decoration: none;
}
a.footer:hover
{
   color: #FFFFFF;
   background: #262626;
   text-decoration: underline;
}
a.related_videos
{
   color: #FFFFFF;
   background: #383838;
   text-decoration: none;
}
a.related_videos:visited
{
   color: #FFFFFF;
   background: #383838;
   text-decoration: none;
}
a.related_videos:active
{
   color: #FFFFFF;
   background: #383838;
   text-decoration: none;
}
a.related_videos:hover
{
   color: #D3D3D3;
   background: #383838;
   text-decoration: none;
}
a.top_nav
{
   color: #FFFFFF;
   background: #3D3D3D;
   text-decoration: none;
}
a.top_nav:visited
{
   color: #FFFFFF;
   background: #3D3D3D;
   text-decoration: none;
}
a.top_nav:active
{
   color: #FFFFFF;
   background: #3D3D3D;
   text-decoration: none;
}
a.top_nav:hover
{
   color: #DCDCDC;
   background: #3D3D3D;
   text-decoration: none;
}
a.upgrade_link
{
   color: #FFFFFF;
   background: #1A202B;
   text-decoration: none;
}
a.upgrade_link:visited
{
   color: #FFFFFF;
   background: #1A202B;
   text-decoration: none;
}
a.upgrade_link:active
{
   color: #FFFFFF;
   background: #1A202B;
   text-decoration: none;
}
a.upgrade_link:hover
{
   color: #DCDCDC;
   background: #1A202B;
   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;
}
.demo
{
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000080;
   --color: #000080;
   background-color: #FFEBCD;
   --background-color: rgba(255,235,205,1.00);
   border-radius: 4px;
}
.style1
{
   text-decoration: none;
   background-color: transparent;
}
