@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333333;
	color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../assets/nigeria_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 200%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 37px;
}
.header {
	font-size: 18px;
	line-height: 60px;
}

.text {
	font-size: 11px;
}

a.text, a.text:link, a.text:active, a.text:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.text:hover {
	text-decoration: underline;
}


.textfooter {
	line-height: 300%;
	font-size: 10px;
}

a.textfooter, a.textfooter:link, a.textfooter:active, a.textfooter:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.textfooter:hover {
	text-decoration: underline;
}
