﻿/*  <style type="text/css"> */  
       
      .ifsz0sl {text-decoration:none; font-size: 14pt;} 
      .ifsz1sl{ font-size: 5.5pt}
      .ifsz1bsl { font-size: 10pt; text-align:left}
      .ifsz4sl{ font-size:  23pt} 
      
      .select { font-size: 13.5pt;                  
                 text-decoration:none; 
               }  
      .select:hover
        {   color: white;   
         /*   text-size-adjust: auto; */ 
            text-decoration:underline;
        }       
    .Sclockclass {position:absolute;background-color:navy;font-weight:bold;color:white;left:1191px;height:26px;width:65px;top:1px;text-align:center;font-size:xx-small;overflow:hidden;border-style:solid;border-color:grey;} 
    .clockclass {position:absolute;background-color:navy;font-weight:bold;color:white;left:1190px;height:26px;width:65px;top:1px;text-align:center;font-size:xx-small;overflow:hidden;border-style:solid;border-color:grey;} 
    .dateclass {position:absolute;top:0px;height:20px;width:62px;left:1254px;background-color:navy;text-align:center;font-weight:bold;overflow:hidden;border-style:solid;border-color:grey;}

#sportslink {
    width: 901px;
}

#transformation {
    height: 75px;
    width: 856px;
    position: fixed;
    background: radial-gradient(circle,#777,#666);
    -webkit-animation: keyFrameName 10s infinite;
    -webkit-animation: fadeInAnimation 6s linear 6s 12 alternate; /* Safari & Chrome */
    -moz-animation: keyFrameName 10s infinite;
    -moz-animation: fadeInAnimation 6s linear 6s 12 alternate; /* Firefox */
    -o-animation: keyFrameName 10s infinite;
    -o-animation: fadeInAnimation 6s linear 6s 12 alternate; /* Opera */
    animation: keyFrameName 10s infinite;
    animation: fadeInAnimation 6s linear 6s 12 alternate; /* W3C */
    animation: fadeInAnimation 6s linear 6s 12 alternate;
    animation-iteration-count: 100;
    animation-fill-mode: forwards, backwards;
    opacity: 1;
    animation-duration: 60s;
    /* -ms-animation: fadeIn ease 15s, fadeout ease 15s;
       -ms-animation: bounce 1s ease-in 2s 6 alternate;  Internet Explorer         
    */
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*  </style> */
