
/* RANDOM COLORED LINKS STYLES */




body { 
	background-color: #C7F2C2;
	color: #384D36;
}
body#scan-lines, body#ten-attempts {
	background-color: #000;
	color: #C7F2C2;
}
h4 {
	border-bottom: #79D96C 1px solid;
	color: #298C1C;
}
a { 
	text-decoration: none;
	color: #298C1C;
}
a:visited { color: #38BF26; }
a:hover, a:hover .thumb-cap {
	text-decoration: underline;
	color: #1C261B;
}

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

ul.navbar li a {
	background: #FFB5B3;
	color: #990500;
}
ul.navbar li a:hover {
	background: #FF0900;
	color: #FFE6E6;
}
ul.navbar li a:active {
	background: #FFE6E6;
	color: #FF0900;
}
