body {
	background-image: url(../images/background-image.jpg);
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}
.section {
	width: 960px;
	padding-top: 30px;
	padding-bottom: 50px;
	margin: 0 auto; 
	margin-top: 30px;
	background: #fff;
	
	/* Text */
	text-align: center;
}
.mainSection {
	margin-top: 60px;
	font-size: 15px;
}
.hyperlink {
	text-decoration: underline;
	color: #000;
}

.mainNav {
	height: 40px;
	margin-bottom: 60px;
}
.mainNav ul {
	list-style: none;
	padding: 0;
	text-align: center;
}
.mainNav ul li {
	display: inline;

}
.mainNav a:link, .mainNav a:visited {
	color: #fff;
	background-color: #cbcbcb;
	text-align: center;
	display: inline-block;
	padding: 10px 25px;
	height: 20px;
	text-decoration: none;
	width: 100px;
}

.mainNav a:hover, .mainNav a:active
.mainNav .active a:link, .mainNav .active a:visited {
	text-shadow: none;
	background-color: #999999;
}

.mainSection li {
	text-decoration: none;
	list-style: none;
}
.mainSection li a {
	text-decoration: none;
	color: black;
}