body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Loved by the King', cursive;
	font-size: 3em;
}

.centered-div{
	margin:auto;
	text-align:center;
}

.main-area{
	min-height: 400px;
	padding-top:30px;
	width: 70%;
	margin:auto;
}

.page-header{
	border: none;
}

.footer{
	background-color:#000;
	color:#fff;
	font-size: 0.8em;
}

.exemplos, table.exemplos{
	font-size:0.5em;
	font-family: 'Basic', sans-serif;
	color:#bbb;
	margin:auto;
	width: 90%;
	padding-top:10px;
}

h5.exemplos {
	font-size:0.9em;
}

.no-padding-top{
padding-top: 10px;
}

.header-pequeno{
	font-size:0.7em;
}
