			/* Stylesheet for new Lorraine Kelly page			Main heading = h1			Secondary headings = h2			Crossheads = h3			Main story intro = <p class="intro">			Secondary story intro = <p class="intro2"> */								body {			font-family: Arial, Helvetica, sans-serif;			font-size: 15px;			color: #000;		}				p {			text-indent: 15px;			text-align: left;			margin-bottom: -15px;		}				.intro {			font-size: 20px;			font-weight: bold;			text-indent: 0;			margin-bottom: -17px;		}				.intro2 {			font-weight: bold;			text-indent: 0;			margin-bottom: -16px;		}				p+p {			text-indent: 1em;		}				p.noindent {			text-indent: 0;		}				h1 {			font-size: 48px;			margin-bottom: -2px;			margin-top: 5px;		}				h1.yourspace {			font-family: "Arial Black", Helvetica, sans-serif;			color: red;		}				h2.yourspace {			font-size: 36px;			font-family: "Arial Black", Helvetica, sans-serif;			color: #0080C0;			margin-bottom: 0;		}				h3.yourspace {			font-family: "Arial Black", Helvetica, sans-serif;			color: black;			margin-bottom: 0;		}				h2 {			font-size: 36px;			margin-top: 25px;			margin-bottom: -10px;			text-align: left;			background-color: #DADADA;			padding-left: 5px;		}				h3 {			font-size: 20px;			text-align: left;			margin-bottom: -17px;		}				.blackbox {			color: white;			font-weight: bold;		}		