	marquee { 
/*	background: #0089fa;   */
		background: #000000 ;
		color: #FFFFFF;
	}

	marquee:hover {
      animation-play-state: paused;
    }
	

	
    .rightTI { 
	  background: #ff002b;
      white-space: nowrap; 
      overflow: hidden;
      animation: marquee 18s linear infinite;
    }   

    @-webkit-keyframes marquee {
      0% {text-indent: 100%;}
      100% {text-indent: -100%;}
    }

/*
    .rightCSS { background: #a35dc1;
      overflow: hidden;
    } 
*/	
	.rightCSS { background: black;
      overflow: hidden;
    } 
	
	.rightCSS div {
      position: relative;
      animation: CSSright linear 18s infinite;
    } 
	
	@keyframes CSSright {
      0% { right: -100% }
      100% { right: 100% }
    }

	
/*	
    .rightJS { background: #ffa900; }
    .rightJQ { background: #00a753; }
*/
    .rightJS { background: black; }
    .rightJQ { background:black; }
	
	
    .li {
      float: left;
      width: 80%;
      padding: 1%;
      margin: 1% 10%;
      height: 40px;
      border-radius: 0.5em;
      box-shadow: 0 0.1em 0.5em;
	  color: FFFFFF;
    }
