body {
	background:#FFF;
	border-top:4px solid #5b1f78;
}
/*
* Keyboard navigation on general links: accessibility requirment
*******************************************************/
#content a:focus, /*#content a:active,*/
#tertiaryNav a:focus, /*#tertiaryNav a:active,*/
#pageActions a:focus, /*#pageActions a:active,*/
#crumb a:focus, /*#crumb a:active,*/
#footer a:focus, /*#footer a:active,*/
#homeNav a:focus span /*, #homeNav a:active span*/ {
background-image:none !important;
background-color: #5b1f78 !important;
color:#fff !important;
}
