@import url(annualLetter.css);

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

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

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: #CBE4CF;
}

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

<!-- Set background color for Title Block Table -->
TABLE.TitleBlock {
	background-color: none;
}

<!-- Set background color for empty Title Block cells -->
TD.TBinit {
	background-color: #ABD3B1;
}

<!-- Set background color for contrast Title Block cell -->
TD.TBcontrast {
	background-color: green;
}

<!-- Set background color for index cell -->
TD.Index {
	background-color: #ABD3B1;
}
