body{
	background-color: rgb(0,0,0);
}

.top{
	color: rgb(255,255,255);
	font-weight: bold;
	font-family: sans-serif;
	font-size: 32px;
	text-align: center;
	width: 850px;
	height: 40px;
	margin-left: 10px;
}

.titlepic{
	border-radius: 10px;
	width: 850px;
	height: 150px;
	margin-left: 10px;
} 

.container{
	background-color: black;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px;
	width: 830px;
	height: 200px;
} 


.box{
	border-radius: 10px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	width: 150px;
	height: 150px;
	background-color: rgb(43,43,61);
	box-shadow: 2px 2px 4px rgb(255,255,255);
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	float: left;
	color: rgb(0,0,0);
}

.box:hover{
	background-color: rgb(71,71,101);
	height: 155px;
	box-shadow: 6px 6px 6px rgb(255,255,255);
}


.footer{
	background-color: rgb(43,43,61);
	box-shadow: 2px 2px 4px rgb(255,255,255);
	font-weight: bold;
	font-family: sans-serif;
	font-size: 14px;
	padding-top: 5px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 300px;
	width: 850px;
	height: 50px;
	border-radius: 10px;	
}

.caption{
	color: rgb(255,255,255);
	text-align: center;
}

.caption:hover{
	font-size: 20px;
}

a:link {
	color: rgb(255,255,255); 
	text-decoration: none;
}
a:visited { 
	color: rgb(255,255,255);
	text-decoration: none;
}

