.top-bar {
	color: #fff;
	background-color: #900d2f;	
}
.top-bar a,
.top-bar .top-bar-links {
	color: #fff;
}
.infobox.magenta-theme h2,
.infobox.magenta-theme.inner-page:hover h2 {
	color: #900d2f;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0b2859), color-stop(100%, #144ba7));
	background: -webkit-linear-gradient(top, #0b2859 0%, #144ba7 100%);
		 background: -o-linear-gradient(top, #0b2859 0%, #144ba7 100%);
	    background: -ms-linear-gradient(top, #0b2859 0%, #144ba7 100%);
	   background: -moz-linear-gradient(top, #0b2859 0%, #144ba7 100%);
	  background: linear-gradient(to bottom, #0b2859 0%, #144ba7 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b2859', endColorstr='#144ba7', gradientType='0')"; */
}
.text-box h2 strong {
	color: #900d2f;
}