body{
	background-color: #3d5c5c;
	font-family: Verdana;
}
.header{
	text-align: center;
}
#banner-img{
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
nav{
	text-align: center;
	background-color: #85adad;
    margin: auto;
	margin-top: 20px;
	width: 1000px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
li{
	list-style-type: none;
	display: inline;
	
	background-color: #d0e1e1;
	border-radius: 5px;
	
	padding: 5px;
	margin-right: 50px;
	
	font-size: 30px;
	font-color: black;
	
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
	
}
li:hover{
	background-color: #eff5f5;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}


.section-div{
	margin: auto;
	text-align: center;
	background-color: #85adad;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	width: 1000px;
	height: 1000px;
}
.footer{
	margin: auto;
	background-color: #85adad;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	width: 1000px;
	height: 50px;
	text-align: center;
	font-size: 15px;
}
#news-img{
	text-align: center;
	margin: auto;
	width: 90%;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}

a:link{
	color: black;
	text-decoration: none;
}
a:visited{
	color: black;
	text-decoration: none;
}