body
	{
	background : #fff;
	color : #333;
	}

img
	{
	border : 0 none inherit;
	}

/* links*/

a:active , a:link
	{
	text-decoration : none;
	color : #309acc;
	background : transparent;
	font-weight : bold;
	}

a
	{
	text-decoration : underline;
	color : #309acc;
	background : transparent;
	font-weight : bold;
	}

a:visited
	{
	text-decoration : none;
	color : #cd6564;
	background : transparent;
	font-weight : bold;
	}

a:hover
	{
	text-decoration : underline;
	color : #cbb444;
	background : transparent;
	font-weight : bold;
	}

a.bbcpageCrumb:active , a.bbcpageCrumb:link , a.bbcpageCrumb , a.bbcpageCrumb:visited , a.bbcpageCrumb:hover , a.bbcpageFooter:active , a.bbcpageFooter:link , a.bbcpageFooter , a.bbcpageFooter:visited , a.bbcpageFooter:hover , a.bbcpageServices:active , a.bbcpageServices:link , a.bbcpageServices , a.bbcpageServices:visited , a.bbcpageServices:hover
	{
	color : #333;
	}

/* font sizes*/

h1 , h2 , h3 , h4 , h5 , p , ul
	{
	font : 10pt Verdana, Helvetica, sans-serif;
	}

/* font weights*/ 

h1 , h2 , h3
	{
	font-weight : bold;
	}


/* font colours*/ 

.wp p
	{
	color : #999;
	}

/* background colors*/



/* list styles */

ul
	{
	list-style-type : none;
	}