@import url(../../../_StyleBase/basic.css );
body { 
	background-color: "#FEE8A5";
	}

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

H1.Signature {
     text-align: center;
     color: red;
}

<!-- Title of each monthly table cell -->
H2.MonthName {
     text-align: center;
     color: red;
     font-size: 18.000000pt;
}

<!-- Initial letter of the Title Block Header -->
H1.TBinit {
     text-align: center;
	color: navy;
     font-size: 24.000000pt;
}

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

<!-- Title Block Subtitle -->
H2.TBsubtitle {
	color: navy;
     text-align: center;
}

