@import url(annualLetter.css);

body { 
	background-color: "#FFCC00";
	}

P.Body:first-letter {
	color: red;
}

H1.Title {
     font-size: 24.000000pt;
     color: red;
}

<!-- Initial letter of the Title Block Header -->
H1.TBinit {
	color: white;
}

<!-- Final letters of the Title Block Header -->
H1.TBtail {
	color: black;
}

<!-- Title Block Subtitle -->
H2.TBsubtitle {
	color: black;
}

