 /* style elements for BSC */
 body {font: normal 14px/20px Verdana, Helvetica, Arial, sans-serif;}
  	h1.title {/*intended for main column */	
	font-size: x-large;
	color: red;
	font-weight: bold;
	text-align: center;
	}
	h1.sub-title {/*other centred headings within a page*/
	font-size: medium;
	color: blue;
	font-weight: bold;
	text-align: center;
	}

	h2.medium {/*probably main column */	
	font-size: medium;
	color: blue;
	font-weight: bold;
	}

	h2.small {/*probably main column */	
	font-size: x-small;
	color: blue;
	font-weight: bold;
	}
	.caption{/* intended for right hand column with image*/
	font-size: x-small;
	}
	h3.sub {/*a chum of h2.medium*/
	font-size: medium;
	color: red;
	font-weight: bold;
	}
	h3.light {/*a chum of h2.medium*/
	font-size: medium;
	font-weight: bold;
	}
	a.red {/* make it red!!!! */
	color:red;
	}
	.small{
	font-size: x-small;
    }
/*for the left hand column*/
	h1.lc {	
	font-size: medium;
	color: red;
	font-weight: bold;
	}
	h2.lc {	
	font-size: x-small;
	color: blue;
	font-weight: bold;
	}

