body
{ 
	SCROLLBAR-FACE-COLOR: #000000; /*+*/
	SCROLLBAR-HIGHLIGHT-COLOR: #717171; /*+*/
	SCROLLBAR-SHADOW-COLOR: #24292C; /*+*/
	SCROLLBAR-3DLIGHT-COLOR: #41464B;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;  /*+*/
	SCROLLBAR-TRACK-COLOR: #5D6164;   /*+*/
	SCROLLBAR-DARKSHADOW-COLOR: #101010;
	SCROLLBAR-BASE-COLOR: #BBCBDA; 
  background: #000;
  background-image: url('http://cool2.games/images/starsky_2.gif');
  background-attachment: fixed;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; 
  vertical-align: top; 
  font-family: arial,verdana,geneva,helvetica,sans-serif;

}

td
{
  font-size: 26px;
vertical-align: top;
 line-height: 1.2; 
}

a:link {
  color: #40E2FF;
  text-decoration: none;
}
a:visited {
  color: #00AAC9;
  text-decoration: none;
}
a:hover {
  color: #9CFFDB;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}


.circle {
	width: 800px;
	height: 450px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	overflow:hidden;
	position:relative;
}


.glow {
    padding: 0px 0px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.glow:before {
    content: '';
    background: linear-gradient(45deg, #00F0FF, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #DE96FF, #00F0FF);
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 400%;
    z-index: -1;
    filter: blur(9px);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    animation: glowing 10s linear infinite;
    opacity: 0;
    transition: opacity .1s ease-in-out;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.glow:active {
    color: #000
}
.glow:active:after {
    background: transparent;
}
.glow:hover:before {
    opacity: 1;
}
.glow:after {
    z-index: -1;
    content: '';
    position: absolute;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}
@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

-------------
-------------
/*---mobile resolution---*/
@media only Screen and (max-width:1500px){
	.eText {
font-size: 3.2em;
line-height: 3.2;
  color: #FF0000;	
	
}