#colorBar {
	background: #CD5050;
}
#lightColorBar {
	background: #F2D2D2;
}
a:link {
	color: #C12626;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #C12626;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #fff;
	text-decoration: none;
	background: #CD5151;
}
a:visited:hover {
	color: #fff;
	text-decoration: none;
	background: #CD5151;
}
