/* hide from new browsers */
.ahem {
	font-size: medium;
	font-weight: bold;
}

/* background and font colors */
body {
	color: #475158;
	background-color: #F7FCFF;
}

span.header {
	color: #E0001F;
	background-color: transparent;
	font-weight: bold;
}

a {
	text-decoration: underline;
}

b, strong, .bold {
	font-weight: bold;
}

