/* CSS Document */

h1, h2, h3 {
	font-family: 'Slabo 27px', sans-serif;
	text-transform:uppercase;
	line-height:20px;
}
h1 {
	font-size:2rem;
	font-weight:bold;
}
h2 {
	font-size:1.8rem;
	font-weight:bold;
	letter-spacing:1px;
}
h3 {
	font-size:150%;
}