
/* RANDOM COLORED LINKS STYLES */




body { 
	background-color: #F2DDC2;
	color: #4D4336;
}
body#scan-lines, body#ten-attempts {
	background-color: #000;
	color: #F2DDC2;
}
h4 {
	border-bottom: #D9AA6C 1px solid;
	color: #8C5C1C;
}
a { 
	text-decoration: none;
	color: #8C5C1C;
}
a:visited { color: #BF7D26; }
a:hover, a:hover .thumb-cap {
	text-decoration: underline;
	color: #26211B;
}

#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;
}
