#main-content h2, #main-content p {
	margin: 0;
}

h1 {
	color: #71ABC1;
	font-size: 150%;
	margin: 20px 20px 10px 20px;
	font-weight: normal;
}

h2 {
	font-size: 130%;
	margin: 0;
	margin-bottom: 0.2em;
	border-bottom: 1px solid #ddd;
}
h2 a {
	color: #71ABC1;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h2 span {
	color: #000;
	text-transform: uppercase;
}
.teaser {
	padding: 8px 20px;
}
.teaser .img {
	float: left;
	width: 90px;
	margin-right: 10px;
}
.teaser .img img {
	border: 1px solid #E7E8E0;
	padding: 4px;
	background-color: #fff;
}

#main-content p.more-link {
	background-color: #FFEFEF;
	border-top: 1px solid #f00;
	border-bottom: 1px dotted #f00;
	margin: 10px 20px;
}

.register-teaser h2 {
	border-bottom: 0;
	margin-bottom: 0.5em;
	font-weight: bold;
}
