.normal {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align:justify;
}
.little {
	font-family:  Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.littlewhite {
	font-family:  Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}
.title {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.title2 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align:center;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
body {
	background-color: #BBD09A;
	margin-top: 60px;
}

