body {
	background-color: #000
}

#console {
	font-family: courier, monospace;
    color: #fff;
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 35px;
    font-size: 14px;
}

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

#a {
	color: #0f0;
}

#c {
	color: #0bc;
}

#b {
	color: #ff0096;
}

#k {
    	animation: change 1s;
}

#op{
    	color: #888888
}

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