/*
	styles.css

	Eight Eighteen Ltd
*/

* {
	color: 			#013c68;
}

.gFont {
	font-family: 	'Molengo', arial, serif;
}

.h1 {
	text-align:		center;
	font-size:		50px;
	color: 			#013c68;
}

.bold {
	font-size:		25px;
	font-weight:	bold;
	color:			#013c68;
}

.body {
	font-size:		20px;
	color:			#013c68;
}

td {
	font-family:	'Molengo', arial, serif;
	font-size:		20px;
	color: 			#013c68;
}

