.price {
    text-align: right;
}

.item {
    text-align: left;
    }
    
.section {
		color: darkred;
	  text-align: center;
		font-weight: bold;
}

.left_header {
		color: darkred;
		font-weight: bold;
		line-height: normal;
}

.redtextline {
		color: darkred;

}

.italicbold {
	font-style: italic;
	font-weight: bold;
}
.italic {
	font-style: italic;
}

span.boldred {
	font-weight: bold;
	color: darkred;
}

.centered {
	text-align: center;
}
