
/* RANDOM COLORED LINKS STYLES */




body { 
	background-color: #EDC2F2;
	color: #4A364D;
}
body#scan-lines, body#ten-attempts {
	background-color: #000;
	color: #EDC2F2;
}
h4 {
	border-bottom: #CC6CD9 1px solid;
	color: #7F1C8C;
}
a { 
	text-decoration: none;
	color: #7F1C8C;
}
a:visited { color: #AD26BF; }
a:hover, a:hover .thumb-cap {
	text-decoration: underline;
	color: #251B26;
}

#tantamount, #turnaround-coins { background-color: #ffffff; }
.tanta-wrap a, .coins-wrap a { background-color: #ffffff; }

ul.navbar li a {
	background: #B3FFFE;
	color: #009996;
}
ul.navbar li a:hover {
	background: #00FFFB;
	color: #E6FFFF;
}
ul.navbar li a:active {
	background: #E6FFFF;
	color: #00FFFB;
}
