.mContent p {
	margin-bottom: 2.0em;
	line-height: 2.0em;
}
#calender p {
	line-height: 3.0em;
}

.mContent blockquote {
	font-style: italic;
}
.mContent blockquote em {
	font-style: italic;
	font-weight: bold;
}
.mContent span em {
	font-weight: bold;
	font-style: italic;
}

.mContent strong {
	font-weight:  bold;
}

.mContent h2 {
	display: none;
}

.mContent h3, .mContent h4 {
	font-weight: bold;
	font-size: 1.2em;
	color: #c41924;
	margin-bottom: 2.0em;
}

.mContent h4 {
	margin-bottom: 0;
}

.mContent p span {
	font-weight: bold;
	color: #c41924;
}

.mContent a, .mContent a:link, .mContent a:visited {
	text-decoration: none;
	color: #333;
	background-color: transparent;
	border-bottom: 1px solid #999;
	padding-bottom: 2px;
}
.mContent a:hover, .mContent a:active, .mContent a:focus {
	text-decoration: none;
	color: #333;
	background-color: transparent;
	border-bottom: 1px solid transparent;
	padding-bottom: 2px;
}
.mContent #wipe a {
	border-bottom: 0;
	padding-bottom: 0;
}