body {
	background-color: #000
}

#console {
	font-family: courier, monospace;
	color: #fff;
	width:2000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	font-size:16px;
}

#a {
	color: #0bc;
	text-decoration: none;
}
a:any-link {
text-decoration: none;
}

.linka:link {
  color: #0bc;
  text-decoration: none;
}

.linka:visited {
  color: #0bc;
  text-decoration: none;
}

.linka:hover{
    text-decoration: underline;
}
#c {
	color: #0f0;
}


#b {
	color: #ff0096;
}

#d {
    color: #FF0000;
}

#k {
    	animation: change 1s;
}

#op{
    	color: #888888
}

@keyframes change {
    	0%  { color:  #0f0; }
    	50% { color:  #0f0; }
    	99% { color: black; }
}

.ip{

	font-family: courier, monospace;
	color: #FFFF00;
	font-size:16px;
}

.ip red{
    color:#FF0000 ;   
}