@keyframes animate-background
{
   0% { background-color: #000000;  }
   100% { background-color: #FFFFFF;  }
}
@keyframes animate-border
{
   0% { border-color: #000000;  }
   100% { border-color: #FF0000;  }
}
@keyframes animate-box-shadow
{
   0% { box-shadow: 0px 0px 5px #FF0000;  }
   50% { box-shadow: 0px 0px 15px 15px #FF0000;  }
   100% { box-shadow: 0px 0px 5px #FF0000;  }
}
@keyframes animate-fade-in-down
{
   0% { transform: translate(0px,-100px) 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 animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-flash
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes fall
{
   0% { transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@keyframes heartbeat-1
{
   0% { transform: rotate(0deg) ;  }
   15% { transform: rotate(0deg) scale(1.2,1.2) ;  }
   25% { transform: rotate(0deg) scale(1.1,1.1) ;  }
   35% { transform: rotate(0deg) scale(1.2,1.2) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes hole-in
{
   0% { transform: rotate(180deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
@keyframes push
{
   0% { transform: perspective(1px) rotateX(0deg) scale3d(1,1,1) ;  }
   50% { transform: perspective(1px) rotateX(0deg) scale3d(0.8,0.8,0.8) ;  }
   100% { transform: perspective(1px) rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@keyframes scale-in-horizontal-center
{
   0% { transform: rotate(0deg) scale(0.0,1.0) ; opacity: 0.0;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1.0;  }
}
@keyframes scale-in-vertical-center
{
   0% { transform: rotate(0deg) scale(1.0,0.0) ; opacity: 0.0;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1.0;  }
}
@keyframes slide-down-in
{
   0% { transform: translate(0px,-100%) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes slide-up-in
{
   0% { transform: translate(0px,100%) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes transform-3d-rotate-bottom-in
{
   0% { transform-origin: 50% 100%; transform: perspective(1300px) translate3d(0px,100%,0px) rotateX(90deg) ; opacity: 0;  }
   100% { transform: translate3d(0px,0px,0px) rotateX(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-pulse
{
   0% { transform: rotate(0deg) ;  }
   50% { transform: rotate(0deg) scale(1.1,1.1) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-rotate
{
   0% { transform: rotate(0deg) ;  }
   100% { transform: rotate(359deg) ;  }
}
@keyframes transform-3d-flip-in-x
{
   0% { transform: perspective(400px) rotateX(90deg) ;  }
   40% { transform: perspective(400px) rotateX(-10deg) ;  }
   70% { transform: perspective(400px) rotateX(10deg) ;  }
   100% { opacity: 1; transform: perspective(400px) rotateX(0deg) ;  }
}
@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.UsefulTutorialsMS
{
   color: #00FFFF;
   font-weight: bold;
   text-decoration: underline;
}
a.UsefulTutorialsMS:visited
{
   color: #00FFFF;
   font-weight: bold;
   text-decoration: underline;
}
a.UsefulTutorialsMS:active
{
   color: #FFFF00;
   font-weight: bold;
   text-decoration: underline;
}
a.UsefulTutorialsMS:hover
{
   color: #7FFF00;
   font-weight: bold;
   text-decoration: underline;
}
a.styleFileUtilities
{
   color: #A0522D;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 6px 6px 15px rgba(0,0,0,1.00);
}
a.styleFileUtilities:visited
{
   color: #D2691E;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 3px 3px 5px rgba(79,79,79,1.00);
}
a.styleFileUtilities:active
{
   color: #FF0000;
   font-weight: bold;
   text-decoration: none;
}
a.styleFileUtilities:hover
{
   color: #FFA500;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 3px 3px 5px rgba(79,79,79,1.00);
}
a.stylerPassword
{
   color: #FFD700;
   font-weight: bold;
   font-style: italic;
   text-decoration: underline;
   text-shadow: 2px 2px 5px rgba(210,105,30,1.00);
}
a.stylerPassword:visited
{
   color: #FFD700;
   font-weight: bold;
   font-style: italic;
   text-decoration: underline;
   text-shadow: 3px 3px 5px rgba(255,140,0,1.00);
}
a.stylerPassword:active
{
   color: #FF0000;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
}
a.stylerPassword:hover
{
   color: #00FF7F;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 3px 3px 5px rgba(0,100,0,1.00);
}
a.stylePhotoVideo
{
   color: #00008B;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 5px rgba(79,79,79,1.00);
}
a.stylePhotoVideo:visited
{
   color: #00008B;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 5px rgba(79,79,79,1.00);
}
a.stylePhotoVideo:active
{
   color: #FF0000;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
}
a.stylePhotoVideo:hover
{
   color: #0000FF;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
}
a.stylePDF
{
   color: #8B0000;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 3px 3px 5px rgba(210,105,30,1.00);
}
a.stylePDF:visited
{
   color: #800000;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 3px 3px 5px rgba(205,133,63,1.00);
}
a.stylePDF:active
{
   color: #B22222;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 3px 3px 5px rgba(255,165,0,1.00);
}
a.stylePDF:hover
{
   color: #FFA500;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 3px 3px 5px rgba(255,0,0,1.00);
}
a.styleBrowser
{
   color: #00008B;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 1px 1px 3px rgba(0,0,0,1.00);
}
a.styleBrowser:visited
{
   color: #00008B;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 1px 1px 3px rgba(0,0,0,1.00);
}
a.styleBrowser:active
{
   color: #FF0000;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 1px 1px 3px rgba(0,0,0,1.00);
}
a.styleBrowser:hover
{
   color: #0000FF;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 1px 1px 3px rgba(0,0,0,1.00);
}
a.styleEmail
{
   color: #00BFFF;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 1px 1px 3px rgba(0,0,0,1.00);
}
a.styleEmail:visited
{
   color: #00BFFF;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 1px 1px 3px rgba(0,0,0,1.00);
}
a.styleEmail:active
{
   color: #FF6347;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 1px 1px 3px rgba(0,0,0,1.00);
}
a.styleEmail:hover
{
   color: #32CD32;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 1px 1px 3px rgba(0,0,0,1.00);
}
a.styleWebProgramming
{
   color: #FFA500;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 5px rgba(0,0,0,1.00);
}
a.styleWebProgramming:visited
{
   color: #FFA500;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 1px 1px 3px rgba(0,0,0,1.00);
}
a.styleWebProgramming:active
{
   color: #FF6347;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
}
a.styleWebProgramming:hover
{
   color: #FFD700;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 1px 1px 3px rgba(0,0,0,1.00);
}
a.styleAntiVirus
{
   color: #F0E68C;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 3px 3px 5px rgba(0,0,0,1.00);
}
a.styleAntiVirus:visited
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 3px 3px 5px rgba(0,0,0,1.00);
}
a.styleAntiVirus:active
{
   color: #00FA9A;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 5px 5px 10px rgba(0,0,0,1.00);
}
a.styleAntiVirus:hover
{
   color: #87CEEB;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 3px 3px 5px rgba(0,0,0,1.00);
}
a.styleMicrosoftStuff
{
   color: #0000FF;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 1px 1px 3px rgba(0,0,0,1.00);
}
a.styleMicrosoftStuff:visited
{
   color: #8A2BE2;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
}
a.styleMicrosoftStuff:active
{
   color: #FF6347;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
}
a.styleMicrosoftStuff:hover
{
   color: #00FF00;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
}
a.styleUsefulTutorials
{
   color: #00BFFF;
   font-weight: bold;
   text-decoration: underline;
}
a.styleUsefulTutorials:visited
{
   color: #00BFFF;
   font-weight: bold;
   text-decoration: underline;
}
a.styleUsefulTutorials:active
{
   color: #FFFF00;
   font-weight: bold;
   text-decoration: underline;
}
a.styleUsefulTutorials:hover
{
   color: #7FFF00;
   font-weight: bold;
   text-decoration: underline;
}
a.styleAndroid
{
   color: #00FF7F;
   font-weight: bold;
   font-style: italic;
   text-decoration: underline;
   text-shadow: 2px 2px 2px rgba(0,100,0,1.00);
}
a.styleAndroid:visited
{
   color: #00FF7F;
   font-weight: bold;
   font-style: italic;
   text-decoration: underline;
   text-shadow: 2px 2px 2px rgba(0,100,0,1.00);
}
a.styleAndroid:active
{
   color: #FF7F50;
   font-weight: bold;
   text-decoration: none;
}
a.styleAndroid:hover
{
   color: #00FF00;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(60,179,113,1.00);
}
a.styleMusicUtilities
{
   color: #F0E68C;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 5px 5px 10px rgba(0,0,0,1.00);
}
a.styleMusicUtilities:visited
{
   color: #DDA0DD;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 5px 5px 10px rgba(0,0,0,1.00);
}
a.styleMusicUtilities:active
{
   color: #00FA9A;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 5px 5px 10px rgba(0,0,0,1.00);
}
a.styleMusicUtilities:hover
{
   color: #87CEEB;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 5px 5px 10px rgba(0,0,0,1.00);
}
a.styleSupport
{
   color: #FFA500;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 2px 2px 3px rgba(139,69,19,1.00);
}
a.styleSupport:visited
{
   color: #FFA500;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 2px 2px 5px rgba(0,0,0,1.00);
}
a.styleSupport:active
{
   color: #8B0000;
   font-weight: bold;
   text-decoration: none;
}
a.styleSupport:hover
{
   color: #00FF00;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 2px 2px 3px rgba(0,100,0,1.00);
}
a.stylePDF_JAVA
{
   color: #F5F5F5;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 1px 1px 1px rgba(128,128,128,1.00);
}
a.stylePDF_JAVA:visited
{
   color: #DDA0DD;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 5px 5px 10px rgba(0,0,0,1.00);
}
a.stylePDF_JAVA:active
{
   color: #00FF7F;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 5px 5px 10px rgba(0,0,0,1.00);
}
a.stylePDF_JAVA:hover
{
   color: #87CEEB;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 1px 1px 2px rgba(105,105,105,1.00);
}
a.styleFreeWare
{
   color: #8B008B;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 3px 3px 5px rgba(221,160,221,1.00);
}
a.styleFreeWare:visited
{
   color: #8B008B;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 3px 3px 5px rgba(221,160,221,1.00);
}
a.styleFreeWare:active
{
   color: #FF0000;
   font-weight: bold;
   text-decoration: none;
}
a.styleFreeWare:hover
{
   color: #00FF00;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 3px 3px 5px rgba(0,100,0,1.00);
}
a.CitiesGrid
{
   color: #87CEFA;
   text-decoration: underline;
}
a.CitiesGrid:visited
{
   color: #DDA0DD;
   text-decoration: underline;
}
a.CitiesGrid:active
{
   color: #FFB6C1;
   text-decoration: underline;
}
a.CitiesGrid:hover
{
   color: #00FFFF;
   text-decoration: underline;
}
a.searchMaps
{
   color: #87CEEB;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 3px rgba(70,130,180,1.00);
}
a.searchMaps:visited
{
   color: #87CEEB;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 3px rgba(70,130,180,1.00);
}
a.searchMaps:active
{
   color: #87CEEB;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 3px rgba(70,130,180,1.00);
}
a.searchMaps:hover
{
   color: #F0E68C;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 3px rgba(255,165,0,1.00);
}
a.RedBox
{
   color: #FFFFFF;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(79,79,79,1.00);
}
a.RedBox:visited
{
   color: #FFFFFF;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(79,79,79,1.00);
}
a.RedBox:active
{
   color: #FFFFFF;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(0,0,0,1.00);
}
a.RedBox:hover
{
   color: #1E90FF;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 3px rgba(0,0,0,1.00);
}
a.Cinemark
{
   color: #FF0000;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(79,79,79,1.00);
}
a.Cinemark:visited
{
   color: #FF0000;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(79,79,79,1.00);
}
a.Cinemark:active
{
   color: #FF0000;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(79,79,79,1.00);
}
a.Cinemark:hover
{
   color: #4169E1;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(0,0,0,1.00);
}
a.RegalMovies
{
   color: #FFA500;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(240,230,140,1.00);
}
a.RegalMovies:visited
{
   color: #FFA500;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(240,230,140,1.00);
}
a.RegalMovies:active
{
   color: #FFA500;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(240,230,140,1.00);
}
a.RegalMovies:hover
{
   color: #F0E68C;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(255,165,0,1.00);
}
a.IMOb
{
   color: #FFD700;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(210,105,30,1.00);
}
a.IMOb:visited
{
   color: #FFD700;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(210,105,30,1.00);
}
a.IMOb:active
{
   color: #FFD700;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(210,105,30,1.00);
}
a.IMOb:hover
{
   color: #00BFFF;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(65,105,225,1.00);
}
a.CleveCinema
{
   color: #FFFFFF;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(30,144,255,1.00);
}
a.CleveCinema:visited
{
   color: #FFFFFF;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(30,144,255,1.00);
}
a.CleveCinema:active
{
   color: #FFFFFF;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(30,144,255,1.00);
}
a.CleveCinema:hover
{
   color: #1E90FF;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 3px rgba(255,255,255,1.00);
}
a.Government
{
   color: #1E90FF;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(25,25,112,1.00);
}
a.Government:visited
{
   color: #1E90FF;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(25,25,112,1.00);
}
a.Government:active
{
   color: #1E90FF;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(25,25,112,1.00);
}
a.Government:hover
{
   color: #DA70D6;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(139,0,139,1.00);
}
a.cooking
{
   color: #DCDCDC;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(0,0,0,1.00);
}
a.cooking:visited
{
   color: #DCDCDC;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(0,0,0,1.00);
}
a.cooking:active
{
   color: #DCDCDC;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(0,0,0,1.00);
}
a.cooking:hover
{
   color: #1E90FF;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(75,0,130,1.00);
}
a.PC-Info_light-blue
{
   color: #00BFFF;
   font-weight: bold;
   font-style: italic;
   text-decoration: underline;
}
a.PC-Info_light-blue:visited
{
   color: #00BFFF;
   font-weight: bold;
   font-style: italic;
   text-decoration: underline;
}
a.PC-Info_light-blue:active
{
   color: #00BFFF;
   font-weight: bold;
   font-style: italic;
   text-decoration: underline;
}
a.PC-Info_light-blue:hover
{
   color: #00FF00;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 1px 1px 1px rgba(0,100,0,1.00);
}
a.stylePHP-SQL
{
   color: #FFA500;
   font-weight: bold;
   font-style: italic;
   text-decoration: underline;
   text-shadow: 2px 2px 2px rgba(139,69,19,1.00);
}
a.stylePHP-SQL:visited
{
   color: #FFA500;
   font-weight: bold;
   text-decoration: underline;
   text-shadow: 2px 2px 2px rgba(210,105,30,1.00);
}
a.stylePHP-SQL:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.stylePHP-SQL:hover
{
   color: #00FF00;
   font-weight: bold;
   font-style: italic;
   text-decoration: underline;
   text-shadow: 2px 2px 2px rgba(0,100,0,1.00);
}
a.styleLearn
{
   color: #00FA9A;
   font-weight: bold;
   font-style: italic;
   text-decoration: underline;
}
a.styleLearn:visited
{
   color: #00FA9A;
   font-weight: bold;
   font-style: italic;
   text-decoration: underline;
   text-shadow: 2px 2px 2px rgba(34,139,34,1.00);
}
a.styleLearn:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.styleLearn:hover
{
   color: #00FF00;
   font-weight: bold;
   font-style: italic;
   text-decoration: underline;
   text-shadow: 2px 2px 2px rgba(0,100,0,1.00);
}
a.styleDiag
{
   color: #191970;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(30,144,255,1.00);
}
a.styleDiag:visited
{
   color: #800080;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(255,192,203,1.00);
}
a.styleDiag:active
{
   color: #191970;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(0,255,255,1.00);
}
a.styleDiag:hover
{
   color: #191970;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(135,206,235,1.00);
}
a.styleMusic
{
   color: #00BFFF;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 1px 1px 3px rgba(0,0,0,1.00);
}
a.styleMusic:visited
{
   color: #9932CC;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 3px rgba(0,0,0,1.00);
}
a.styleMusic:active
{
   color: #FF6347;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 1px 1px 3px rgba(0,0,0,1.00);
}
a.styleMusic:hover
{
   color: #00FF7F;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 3px 5px rgba(0,100,0,1.00);
}
a.styleBlog
{
   color: #00BFFF;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 0px rgba(25,25,112,1.00);
}
a.styleBlog:visited
{
   color: #9370DB;
   text-decoration: underline;
   text-shadow: 2px 2px 2px rgba(128,0,128,1.00);
}
a.styleBlog:active
{
   color: #9370DB;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(128,0,128,1.00);
}
a.styleBlog:hover
{
   color: #40E0D0;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   text-shadow: 2px 2px 2px rgba(0,139,139,1.00);
}
a.StylePDF2
{
   color: #87CEEB;
   text-decoration: none;
}
a.StylePDF2:visited
{
   color: #FFB6C1;
   text-decoration: none;
}
a.StylePDF2:active
{
   color: #00FA9A;
   text-decoration: none;
}
a.StylePDF2:hover
{
   color: #FFFF00;
   text-decoration: none;
}
a.style1
{
   color: #DCDCDC;
   text-decoration: underline;
}
a.style1:visited
{
   color: #87CEEB;
   text-decoration: underline;
}
a.style1:active
{
   color: #7FFFD4;
   text-decoration: underline;
}
a.style1:hover
{
   color: #D8BFD8;
   text-decoration: underline;
}
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;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   text-decoration: none;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}
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;
}
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;
}
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;
}
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;
}
.Style24Font
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   background-color: transparent;
}
.Copyright
{
   font-weight: bold;
   font-size: 27px;
   font-style: italic;
   text-decoration: none;
   color: #87CEEB;
   --color: #87CEEB;
   background-color: transparent;
}
