@keyframes animate-background
{
   0% { background-color: #000000;  }
   100% { background-color: #FFFFFF;  }
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes shadow-left-right
{
   0% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0); transform: translate3d(0px,0px,0px) rotateX(0deg) ;  }
   100% { box-shadow: -12px 0 20px -12px rgba(0, 0, 0, 0.35), 12px 0 20px -12px rgba(0, 0, 0, 0.35); transform: translate3d(0px,0px,50px) rotateX(0deg) ;  }
}
@keyframes slide-left-in
{
   0% { transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes super-scaled-out
{
   0% { transform: rotate(0deg) ; opacity: 1;  }
   100% { transform: rotate(0deg) scale(2.0,2.0) ; opacity: 0;  }
}
a.Altcizgisiz
{
   color: #006400;
   text-decoration: none;
}
a.Altcizgisiz:visited
{
   color: #800080;
   text-decoration: underline;
}
a.Altcizgisiz:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.Altcizgisiz:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.mavi
{
   color: #000000;
   text-decoration: underline;
}
a.mavi:visited
{
   color: #800080;
   text-decoration: underline;
}
a.mavi:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.mavi:hover
{
   color: #DEB887;
   text-decoration: underline;
}
a.siyah
{
   color: #000000;
   text-decoration: underline;
}
a.siyah:visited
{
   color: #800080;
   text-decoration: underline;
}
a.siyah:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.siyah:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.beyaz
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.beyaz:visited
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.beyaz:active
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.beyaz:hover
{
   color: #0000FF;
   background: #FFFFFF;
   text-decoration: underline;
}
a.dots
{
   color: #0000FF;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.dots::after
{
   background: transparent;
   content: "•";
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
   color: transparent;
   text-shadow: 0 0 transparent;
   font-size: 1.2em;
   transform: translateX(-50%);
   margin-top: 2px;
   transition: all 300ms linear;
}
a.dots:hover::after
{
   color: #0000FF;
   text-shadow: 10px 0 #0000FF, -10px 0 #0000FF;
}
a.dots:visited
{
   color: #800080;
   text-decoration: none;
}
a.dots:active
{
   color: #FF0000;
   text-decoration: none;
}
a.dots:hover
{
   color: #0000FF;
   text-decoration: none;
}
a.landing
{
   color: #2F6BDC;
   text-decoration: underline;
}
a.landing:visited
{
   color: #800080;
   text-decoration: underline;
}
a.landing:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.landing:hover
{
   color: #0000FF;
   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;
}
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;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
