.brd h1, h1 {
	text-align: left;
	font-size: 2.5em;
	line-height: 2em;
	font-weight: bold;
}

.brd h2, h2 {
	text-align: left;
	font-size: 1.6em;
	line-height: 1.7em;
	font-weight: bold;
}

.brd h4, h4 {
	text-align: left;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
}

p.center {
	text-align: center;	
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

.brd br, br {
	display: inline;	
}

