/* Styles to hack barley template using available classes */

.bbcpageToplefttd, .bbcpageToplefttd a:link,.bbcpageToplefttd  a:visited,.bbcpageToplefttd  a:active,.bbcpageToplefttd  a {
	font-family:verdana,arial,helvetica,sans-serif;
	text-decoration: none !important;
	font-weight:normal;
	color:#fff;
}

.bbcpageToplefttd a:hover {
	text-decoration: underline !important;
	color:#fff;
}

.bbcpageServices {
	font-family:verdana,arial,helvetica,sans-serif;
	color:#fff;
}

.bbcpageServices, .bbcpageServices a:link,.bbcpageServices  a:visited,.bbcpageServices  a:active,.bbcpageServices  a {
	text-decoration: none !important;
	font-weight:normal;
	color:#fff;
}

.bbcpageServices a:hover {
	text-decoration: underline !important;
	color:#fff;
}

.bbcpageServices hr {
	display:none;
}

.bbcpageFooter, .bbcpageFooter a:link,.bbcpageFooter  a:visited,.bbcpageFooter  a:active,.bbcpageFooter  a {
	text-decoration: none !important;
	font-weight:normal;
	color:#fff;
}

.bbcpageFooter a:hover {
	text-decoration: underline !important;
	color:#fff;
}

/* removes the br at the bottom of the page */
/* to allow the footer to look neater */
div[id="body"] > br[clear="all"] {
		display:none;
}