/*******************************************************************************
 *
 ******************************************************************************/
A:link{
    text-decoration:    none;
    color:              #3333ff;
    }

A:visited {
    text-decoration:    none;
    color:              #3333ff;
    }

A:active {
    text-decoration:    none;
    color:              #ff3333;
    background-color:   #99ccff;
    }

A:hover {
    text-decoration:    none;
    color:              #3333cc;
    background-color:   #ffcccc;
    -webkit-animation: zoom .3s;
    animation: zoom .3s;
    }
@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.05);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.05);
  }
}
/*******************************************************************************
 * 
 ******************************************************************************/
body {
    font:               ‚l‚r ƒSƒVƒbƒN;
    background-color:   #99ccff;
    }
.scsTitle {
    font-size:          36;
    font-weight:        bolder;
    color:              #ffffff;
    text-shadow:        2px 2px 1px #666666;
    text-align:         center;
    width:              100%;
    }
.scsDomain {
    font-size:          36;
    font-weight:        bolder;
    color:              #886655;
    text-shadow:        2px 2px 1px #666666;
    text-align:         center;
    width:              100%;
    }
.scsClock
{
    font-size:          26;
    font-weight:        bolder;
    color:              #bbffbb;
    text-shadow:        2px 2px 1px #333333;
    text-align:         center;
    width:              100%;
    }
