@import url(stylesheet.css);

h1 {
	font-family: "Ubuntu", "Tw Cen MT", "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 40px;
	line-height: 60px;
	text-align: center;
}
h2 {
	font-family: "Ubuntu", "Tw Cen MT", "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 48px;
	margin-top: 36px;
}
p {
	margin-top: 18px;
}

.badge-ribbons {
	text-align: center;
	margin: 18px 0;
}
.badge-ribbon {
	display: inline-block;
	text-align: center;
	margin: 18px 6px 0 6px;
}
.badge-ribbon img {
	display: block;
	margin-bottom: 6px;
}
.badge-ribbon a {
	display: block;
}