p {
	font-family: Gadugi;
	font-size: 18px;
	color: #fffae4;
	text-align: justify;
    font-weight: normal;
}

left {
	font-family: Gadugi;
	font-size: 18px;
	color: #fffae4;
	text-align: left;
	font-weight: normal;
}

right {
	font-family: Gadugi;
	font-size: 18px;
	color: #fffae4;
	text-align: right;
	font-weight: normal;
}

center {
	font-family: Gadugi;
	font-size: 18px;
	color: #fffae4;
	font-weight: normal;
	text-align: center;
}

/*--------------- Bold Style ----------------*/

bold {
	font-family: Gadugi;
	font-size: 18px;
	color: #fffae4;
	font-weight: bold;
}

boldright {
	font-family: Gadugi;
	font-size: 18px;
	color: #fffae4;
	font-weight: bold;
	text-align: right;
}

boldcenter {
	font-family: Gadugi;
	font-size: 18px;
	color: #fffae4;
	font-weight: bold;
	text-align: center;
}



titleboldhuge {
	font-family: Gadugi;
	font-size: 60px;
	color: #fffae4;
	font-weight: bold;
}

titlesmallbrown {
	font-family: Gadugi;
	font-size: 22px;
	color: #463D2F;
}
titlesmallbrownright {
	font-family: Gadugi;
	font-size: 22px;
	color: #463D2F;
	text-align: right;
}

title {
	font-family: Gadugi;
	font-size: 26px;
	color: #fffae4;
}
titleright {
	font-family: Gadugi;
	font-size: 26px;
	color: #fffae4;
	text-align: right;
}