@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, h3 {
	font-family: "Ubuntu", "Tw Cen MT", "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #666;
}
p {
	margin-top: 18px;
}
dt {
	margin-top: 18px;
	font-weight: bold;
}
dd {
	margin-left: 36px;
}